Skip to content

Commit

Permalink
Run github action only on push to main
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Kartago Lamida <[email protected]>
  • Loading branch information
lamida committed May 14, 2024
1 parent 28e17a8 commit 859a1bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: ci
on:
push:
branches:
- main
pull_request:

concurrency:
Expand Down

0 comments on commit 859a1bc

Please sign in to comment.