Fix triggers

160-regression
Wichert Akkerman 5 years ago
parent 1539e4f193
commit 6f35ae4103

@ -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…
Cancel
Save