Skip to content

Commit be3d7af

Browse files
committed
Let run the GitHub actions on any branch.
1 parent 742dc48 commit be3d7af

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Test (CMake)
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches:
6+
- 'master'
7+
- '*'
68
pull_request:
7-
branches: [ "master" ]
9+
branches:
10+
- 'master'
11+
- '*'
812

913
env:
1014
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)