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:
push:
paths-ignore:
- '.github/**'
- 'doc/**'
pull_request:
paths-ignore:
- '.github/**'
- 'doc/**'
env:

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

Loading…
Cancel
Save