Skip to content

Commit

Permalink
chore: trigger ci on pull_request event
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Oct 28, 2023
1 parent d28c101 commit 9895763
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run Tests and Build

on: [push]
on:
push: {}
pull_request: {}

env:
CI: true
Expand Down

0 comments on commit 9895763

Please sign in to comment.