Skip to content

Commit

Permalink
ci: remove master branch from CI configs (#15501)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Jan 10, 2022
1 parent 0d2b9a6 commit ba6317b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [master, main]
branches: [main]
pull_request:
branches: [master, main]
branches: [main]

jobs:
verify_files:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [master, main]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [master, main]
branches: [main]
schedule:
- cron: '28 17 * * 5'

Expand Down

0 comments on commit ba6317b

Please sign in to comment.