Skip to content

Commit

Permalink
Update actions to check releases branches
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy committed Jan 11, 2024
1 parent b1c4387 commit 0df3cb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Gated-OSX
on:
push:
branches:
- main
- 'releases/**'
- dev
pull_request:
branches:
- main
- 'releases/**'
- dev
jobs:
build_osx:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Gated-Ubuntu
on:
push:
branches:
- main
- 'releases/**'
- dev
pull_request:
branches:
- main
- 'releases/**'
- dev
jobs:
build_ubuntu:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Gated-Windows
on:
push:
branches:
- main
- 'releases/**'
- dev
pull_request:
branches:
- main
- 'releases/**'
- dev
jobs:
build_windows:
Expand Down

0 comments on commit 0df3cb3

Please sign in to comment.