Stop ignoring build changes to trigger build, that was smart :D

main
Jordi Boggiano 4 years ago
parent 9a0e6e6885
commit eeaa099021
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -3,11 +3,9 @@ name: "Continuous Integration"
on: on:
push: push:
paths-ignore: paths-ignore:
- '.github/**'
- 'doc/**' - 'doc/**'
pull_request: pull_request:
paths-ignore: paths-ignore:
- '.github/**'
- 'doc/**' - 'doc/**'
env: env:

@ -3,11 +3,9 @@ name: "PHP Lint"
on: on:
push: push:
paths-ignore: paths-ignore:
- '.github/**'
- 'doc/**' - 'doc/**'
pull_request: pull_request:
paths-ignore: paths-ignore:
- '.github/**'
- 'doc/**' - 'doc/**'
jobs: jobs:

Loading…
Cancel
Save