Skip to content

Commit 552805a

Browse files
authored
Trigger CI on push to main and PRs (#79)
1 parent 3547ec7 commit 552805a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr.yaml renamed to .github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2+
name: CI
23
on:
34
pull_request: {}
5+
push:
6+
branches:
7+
- main
48

59
jobs:
610
golang-ci:

0 commit comments

Comments
 (0)