Skip to content

Commit

Permalink
fix: change branch name that triggers the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
raohmaru committed Jul 9, 2023
1 parent 8c9b032 commit 7f7deeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: CI

on:
push:
branches: [ '**' ]
branches:
- '**'
pull_request:
branches: [ main ]
branches:
- master

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- main
- master

jobs:
release:
Expand Down

0 comments on commit 7f7deeb

Please sign in to comment.