Stop ignoring build changes to trigger build, that was smart :D
parent
9a0e6e6885
commit
eeaa099021
|
@ -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…
Reference in New Issue