8000
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 3a66274 commit c8d2321Copy full SHA for c8d2321
.github/workflows/ci.yml
@@ -73,8 +73,8 @@ jobs:
73
run: |
74
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
75
76
- - name: Tag main branch if all jobs succeed
77
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ - name: Tag master branch if all jobs succeed
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
78
uses: jameshenry/nx-tag-successful-ci-run@v0.1
79
80
- name: Stop all running agents for this CI run
0 commit comments