Fix syntax, Triggers the workflow on push or pull request events

This commit is contained in:
Leigh Morresi
2021-02-27 09:06:54 +01:00
parent ec1ac300af
commit efe0356f37
+1 -5
View File
@@ -4,11 +4,7 @@
name: changedetection.io
on:
push:
branches: [ * ]
pull_request:
branches: [ * ]
on: [push, pull_request]
jobs:
build: