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 name: checks
on: on:
- push push:
- pull_request branches:
- master
paths-ignore:
- '**.md'
pull_request:
types:
- opened
- synchronize
paths-ignore:
- '**.md'
env: env:
GO_VERSION: 1.19 GO_VERSION: 1.19