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 a452aee commit 0bb1c5eCopy full SHA for 0bb1c5e
.github/workflows/ci.yaml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
push:
6
branches:
7
- - master
+ - main
8
9
jobs:
10
pre-commit:
.github/workflows/update-docker-images.yml
@@ -18,7 +18,7 @@ on:
18
19
update-test-image:
20
runs-on: ubuntu-latest
21
- if: github.repository_owner == 'scop' && github.ref == 'refs/heads/master'
+ if: github.repository_owner == 'scop' && github.ref == 'refs/heads/main'
22
strategy:
23
matrix:
24
include:
0 commit comments