Skip to content

Commit

Permalink
CI: Update master => main
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Jan 31, 2021
1 parent de24370 commit 8c268f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: "CodeQL"

on:
push:
branches: master
branches:
- main
pull_request:
branches: master
branches:
- main

jobs:
analyze:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
ci:
Expand Down

0 comments on commit 8c268f3

Please sign in to comment.