Skip to content

Commit

Permalink
ci: rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Feb 25, 2024
1 parent 8136c5f commit 0238fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
- '.cirrus.yml'
- '.github/workflows/docs.yml'
branches:
- master
- develop
- main
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- '!.cirrus.yml'
- '!.github/workflows/docs.yml'
branches:
- master
- develop
- main
pull_request:
paths-ignore:
- '**'
Expand Down

0 comments on commit 0238fa7

Please sign in to comment.