Skip to content

Commit

Permalink
fix(ci): update references of master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Apr 23, 2023
1 parent 7c566c5 commit b8697cc
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 @@ -3,7 +3,7 @@ name: CI
on:
pull_request:
push:
branches: ['master']
branches: ['main']
tags: ['v[0-9]']

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches: # Snapshots
- master
- main
tags: ["**"] # Releases
release:
types: [published]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main

jobs:
update_release_draft:
Expand Down

0 comments on commit b8697cc

Please sign in to comment.