Skip to content

Commit

Permalink
fix: test workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Jun 3, 2021
1 parent 33a98c7 commit 7406159
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/golang-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
name: Test
jobs:
test:
Expand Down

0 comments on commit 7406159

Please sign in to comment.