Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Watanabe <sfbgwm30@gmail.com>2021-08-22 06:15:43 +0300
committerGitHub <noreply@github.com>2021-08-22 06:15:43 +0300
commitc9d606fbf4642e05b27a55b6ece34dae4993244f (patch)
treeee4daae21d16e7434a23fcbe952598a2b243a641
parentff355a1403efca1d8dfdc9c8cc8035181348d4cd (diff)
parentf72e029344e81a7a05f8ee825797de86db182e82 (diff)
Merge pull request #114 from matsuyoshi30/fix-workflow-branch
fix workflow branch
-rw-r--r--.github/workflows/gh-pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 1d09c7a..dbd1b24 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -7,7 +7,7 @@ on:
- 'LICENSE'
- 'README.md'
branches:
- - main
+ - master
- exampleSite
jobs: