Switch default branch to main
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
packages: write
|
||||
needs: [test]
|
||||
runs-on: ubuntu-latest
|
||||
if: (github.repository == 'msys2/msys2-web' && github.event_name == 'push' && github.ref == 'refs/heads/master')
|
||||
if: (github.repository == 'msys2/msys2-web' && github.event_name == 'push' && github.ref == 'refs/heads/main')
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Log in
|
||||
|
||||
Reference in New Issue
Block a user