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

pull/15/head
Leigh Morresi 4 years ago
parent ec1ac300af
commit efe0356f37

@ -4,11 +4,7 @@
name: changedetection.io name: changedetection.io
on: on: [push, pull_request]
push:
branches: [ * ]
pull_request:
branches: [ * ]
jobs: jobs:
build: build:

Loading…
Cancel
Save