8000 chore: correct reference to main vs master · reduckted/angular-eslint@c8d2321 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8d2321

Browse files
committed
chore: correct reference to main vs master
1 parent 3a66274 commit c8d2321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
run: |
7474
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
7575
76-
- name: Tag main branch if all jobs succeed
77-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
76+
- name: Tag master branch if all jobs succeed
77+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
7878
uses: jameshenry/nx-tag-successful-ci-run@v0.1
7979

8080
- name: Stop all running agents for this CI run

0 commit comments

Comments
 (0)
0