Skip to content

Commit

Permalink
CI: don't run on all branches, wait for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Jan 24, 2025
1 parent dc6c98d commit 9c5f217
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@ name: Build
on:
pull_request:
push:
branches:
- "development"

jobs:
matrix:
name: Generate matrix

0 comments on commit 9c5f217

Please sign in to comment.