Skip to content

Commit

Permalink
CI: master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Feb 18, 2022
1 parent a47736c commit 6ae352e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
push:
branches:
- master
- main

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

push:
branches:
- master
- main

release:
types: [released]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
pull_request:
push:
branches: [master]
branches: [main]

jobs:

Expand Down

0 comments on commit 6ae352e

Please sign in to comment.