Update main.yml

after push on all branches
This commit is contained in:
René Zubcevic
2021-03-07 12:33:49 +01:00
committed by GitHub
parent dbab132d46
commit f1853c004a

View File

@ -6,7 +6,7 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the develop branch
push:
branches: [ develop ]
branches: [ '*' ]
pull_request:
branches: [ develop ]