Update checks workflow triggers

This commit is contained in:
Dan Sosedoff
2022-12-16 15:03:06 -06:00
parent afe431c94d
commit 0b9e7cdb4e

View File

@@ -1,8 +1,18 @@
name: checks
on:
- push
- pull_request
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
types:
- opened
- synchronize
paths-ignore:
- '**.md'
env:
GO_VERSION: 1.19