s/master/$default-branch/ in workflow
Co-authored-by: Andy McKay <[email protected]>
This commit is contained in:
co-authored by
Andy McKay
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