Skip to content

Commit

Permalink
Allow GitHub Actions to be launched for any branch (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vort authored Jan 14, 2025
1 parent 79262b5 commit 16486df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hc-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: C/C++ CI

on:
push:
branches: [ "master" ]
branches: [ "*" ]
pull_request:
branches: [ "master" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Windows binary

on:
push:
branches: [ "master" ]
branches: [ "*" ]
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit 16486df

Please sign in to comment.