trigger gh only on push to master or pr

This commit is contained in:
sentriz
2020-07-12 16:46:12 +01:00
parent fe81de6c56
commit 1d6dec9635

View File

@@ -1,5 +1,9 @@
name: go
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
test:
strategy: