1 parent c981e5b commit f8e8a88Copy full SHA for f8e8a88
1 file changed
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: CI
2
3
# Controls when the workflow will run
4
on:
5
- # Triggers the workflow on push, or for pull requests against master
+ # Triggers the workflow on push, or for pull requests against main
6
push:
7
branches:
8
- '**'
@@ -12,7 +12,7 @@ on:
12
paths-ignore:
13
- NEWS
14
pull_request:
15
- branches: [ master ]
+ branches: [ main ]
16
17
18
0 commit comments