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 703535d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Linux 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
branches: [ "master", "main", "vmihalko-devel"]

jobs:
build:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ 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
branches: [ "master", "main", "vmihalko-devel"]

jobs:
build:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Windows 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
branches: [ "master", "main", "vmihalko-devel"]

jobs:
build:
Expand Down

0 comments on commit 703535d

Please sign in to comment.