Fix triggers

This commit is contained in:
Wichert Akkerman 2019-11-28 09:51:49 +01:00
parent 1539e4f193
commit 6f35ae4103

View file

@ -1,16 +1,16 @@
name: Run tests
on: [push, pull_request]
on:
pull_request:
paths:
- '**.go'
- '**/go.*'
- 'go.*'
- .github/workflows/test.yaml
push:
paths:
- '**.go'
- '**/go.*'
- 'go.*'
- .github/workflows/test.yaml
jobs: