s/master/$default-branch/ in workflow

Co-authored-by: Andy McKay <andymckay@github.com>
This commit is contained in:
Alejandro R Mosteo
2020-08-24 11:10:05 +02:00
committed by GitHub
parent 90ace1f9e2
commit d9ef0c9fa9
+2 -2
View File
@@ -2,9 +2,9 @@ name: Ada (GNAT)
on:
push:
branches: [ master ]
branches: [ $default-branch ]
pull_request:
branches: [ master ]
branches: [ $default-branch ]
jobs:
build: