Skip to content

Commit 0e6136c

Browse files
authored
Merge pull request #16 from rizalgowandy/arwego/bug/action
Remove Redundant GitHub Action Event
2 parents 537f9e7 + 9cc71f9 commit 0e6136c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/go.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Go
22

33
on:
44
push:
5+
branches: [ main ]
56
pull_request:
67
branches: [ main ]
78
workflow_dispatch:

.github/workflows/test-coverage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Coverage
22

33
on:
44
push:
5+
branches: [ main ]
56
pull_request:
67
branches: [ main ]
78
workflow_dispatch:

0 commit comments

Comments
 (0)