Activate workflow on all branches

This commit is contained in:
Leigh Morresi
2021-02-27 09:05:25 +01:00
parent 468184bc3a
commit ec1ac300af
5 changed files with 52 additions and 40 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ name: changedetection.io
on:
push:
branches: [ master ]
branches: [ * ]
pull_request:
branches: [ master ]
branches: [ * ]
jobs:
build: