Skip to content

Commit

Permalink
trigger build only on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
gicastel committed Jul 31, 2024
1 parent f29678a commit 64d923a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build

on:
push:
pull_request:
branches:
- '*'
- main

jobs:
build-binaries:
Expand Down

0 comments on commit 64d923a

Please sign in to comment.