ci: use new branch name

This commit is contained in:
Sophie L
2024-06-08 11:22:45 +01:00
committed by GitHub
parent 4c8cad7752
commit de8d529b13
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '40 21 * * 6'
+1 -1
View File
@@ -2,7 +2,7 @@ name: Publish Documentation
on:
push:
branches: [master]
branches: [main]
jobs:
docs:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Lint
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
jobs:
build: