Fix triggers
This commit is contained in:
parent
1539e4f193
commit
6f35ae4103
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
@ -1,16 +1,16 @@
|
||||||
name: Run tests
|
name: Run tests
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '**.go'
|
- '**.go'
|
||||||
- '**/go.*'
|
- 'go.*'
|
||||||
- .github/workflows/test.yaml
|
- .github/workflows/test.yaml
|
||||||
|
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**.go'
|
- '**.go'
|
||||||
- '**/go.*'
|
- 'go.*'
|
||||||
- .github/workflows/test.yaml
|
- .github/workflows/test.yaml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue