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 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: