Skip to content

Commit

Permalink
Change deploy branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Sep 23, 2021
1 parent e4f5143 commit 835a938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# The `deploy` job is dependent on the output of the `check-for-functional-changes`job.
check-for-functional-changes:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/github-actions' # Only triggered for the `master` branch
if: github.ref == 'refs/heads/master' # Only triggered for the `master` branch
needs: [ check-version-and-changelog ]
outputs:
status: ${{ steps.stop-early.outputs.status }}
Expand Down

0 comments on commit 835a938

Please sign in to comment.