Skip to content

Commit

Permalink
Workflows: change master to main
Browse files Browse the repository at this point in the history
This part was omitted when the branch was renamed.
  • Loading branch information
kitbellew committed Oct 5, 2024
1 parent a58c01e commit bd11e8d
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 @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- master
- main
tags:
- '*'
pull_request:
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 @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- master
- main

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: [master]
branches: [main]
tags: ["*"]
jobs:
publish:
Expand Down

0 comments on commit bd11e8d

Please sign in to comment.