1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-30 00:44:52 +02:00

Update workflows with master branch

This commit is contained in:
Anthony Scemama 2020-11-25 18:41:55 +01:00
parent 23a370bc47
commit efb1c52a61
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: github pages
on:
push:
branches:
- main
- master
jobs:
deploy:

View File

@ -2,9 +2,9 @@ name: test-build
on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
jobs:
build: