We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10d197 commit a86e2c6Copy full SHA for a86e2c6
1 file changed
.github/workflows/ubuntu.yml
@@ -2,9 +2,11 @@ name: Compile, run tests and check code style
2
3
on:
4
push:
5
- branches: [ "master", "test-ci" ]
+ branches:
6
+ - '**'
7
pull_request:
- branches: [ "master" ]
8
9
10
11
jobs:
12
build:
0 commit comments