File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ name: deploy
22
33on :
44 push :
5- branches :
6- - folio_site
5+ branches : [ "master" ]
76 pull_request :
8- branches :
9- - folio_site
7+ branches : [ "master" ]
108 workflow_dispatch :
119
1210permissions :
2725 steps :
2826 - name : Checkout code
2927 uses : actions/checkout@v3
28+ with :
29+ ref : folio-site
3030 - name : Setup Ruby
3131 uses : ruby/setup-ruby@v1
3232 with :
3939 id : setup
4040 run : |
4141 git config --global user.name "GitHub Action"
42- git config --global user.email "41898282+ github-actions[bot]@users.noreply.github.com"
42+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
4343 if [[ ${GITHUB_REF} = refs/pull/*/merge ]]; then # pull request
4444 echo "SRC_BRANCH=${GITHUB_HEAD_REF}" >> $GITHUB_OUTPUT
4545 echo "NO_PUSH=--no-push" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments