We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163b5ea commit 58f4afeCopy full SHA for 58f4afe
.github/workflows/continuous-integration.yml
@@ -55,4 +55,4 @@ jobs:
55
env:
56
GITHUB_USERNAME: ${{ secrets.GITHUB_USERNAME }}
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
0 commit comments