We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2abe60 commit 95f38bfCopy full SHA for 95f38bf
.github/workflows/ubuntu.yml
@@ -4,7 +4,8 @@ on:
4
push:
5
branches: [ master ]
6
pull_request:
7
- branches: [ ** ]
+ branches:
8
+ - '**'
9
10
jobs:
11
build-ubuntu:
0 commit comments