Skip to content

Commit

Permalink
CI: run the CI in various branches
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihalko committed Oct 8, 2023
1 parent 7156506 commit e2820c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
# TODO: rename to main when we remove the binary blobs from the git history
push:
branches:
- master
- [ "master", "main", "vmihalko-devel"]
pull_request:
branches:
- master
- [ "master", "main", "vmihalko-devel"]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: macOS CI
on:
# TODO: rename to main when we remove the binary blobs from the git history
push:
branches:
- master
branches:
- [ "master", "main", "vmihalko-devel"]
pull_request:
branches:
- master
- [ "master", "main", "vmihalko-devel"]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
# TODO: rename to main when we remove the binary blobs from the git history
push:
branches:
- master
- [ "master", "main", "vmihalko-devel"]
pull_request:
branches:
- master
- [ "master", "main", "vmihalko-devel"]

jobs:
build:
Expand Down

0 comments on commit e2820c0

Please sign in to comment.