Skip to content

Commit 58f4afe

Browse files
authored
Fix branch name.
1 parent 163b5ea commit 58f4afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
env:
5656
GITHUB_USERNAME: ${{ secrets.GITHUB_USERNAME }}
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
58+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)