Skip to content

Commit

Permalink
CI: fix branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Oct 31, 2024
1 parent cff0105 commit f296740
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- main
tags:
- '*'
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- main
- master
pull_request:
branches:
- main


# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- main
tags:
- '*'
pull_request:
Expand Down

0 comments on commit f296740

Please sign in to comment.