s/master/$default-branch/ in workflow
Co-authored-by: Andy McKay <andymckay@github.com>
This commit is contained in:
committed by
GitHub
parent
90ace1f9e2
commit
d9ef0c9fa9
+2
-2
@@ -2,9 +2,9 @@ name: Ada (GNAT)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ $default-branch ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ $default-branch ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user