Merge pull request 'chore: only run tests on main' (#52) from earl-warren/act:wip-ci-on-main into main

Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/52
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
earl-warren 2024-08-26 08:10:01 +00:00
commit 73e39f1d49

View file

@ -1,7 +1,9 @@
name: checks
on:
- push
- pull_request
push:
branches:
- 'main'
pull_request:
env:
GOPROXY: https://goproxy.io,direct