Skip to content

Commit

Permalink
chore: Update workflow to run on prs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang authored May 13, 2024
1 parent 96b9b5a commit bb375ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and test Go
on: push
on:
- push
- pull_request

jobs:
build:
name: Build
Expand Down

0 comments on commit bb375ee

Please sign in to comment.