Skip to content

Commit

Permalink
.github: Make workflow run also on PRs, rename push->build
Browse files Browse the repository at this point in the history
  • Loading branch information
fingon committed May 16, 2024
1 parent abbfc53 commit f7b826c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push.yaml → .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Go

on: [push]
on:
pull_request:
- push
push:
branches: [main]

# This concurrency rule is not really relevant here but is nice for
# cut-n-pasting to elsewhere
Expand Down

0 comments on commit f7b826c

Please sign in to comment.