Skip to content

Commit 2020da7

Browse files
committed
Simplify example test Github Actions workflow
* Trigger test workflow on any push, whether that's a pull request or a push to a branch
1 parent e54871c commit 2020da7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: test
22
on:
33
push:
4-
branches:
5-
- main
6-
pull_request:
74
jobs:
85
build:
96
name: go

0 commit comments

Comments
 (0)