Skip to content

Commit

Permalink
Merge pull request #246 from ckipp01/switchUp
Browse files Browse the repository at this point in the history
fix(ci): update references of master to main
  • Loading branch information
eed3si9n authored Apr 23, 2023
2 parents 7c566c5 + b8697cc commit 8e509f8
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 8e509f8

Please sign in to comment.