Skip to content

Commit

Permalink
ci: only run build on PRs that target master
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Oct 30, 2024
1 parent f9c5fea commit 59af031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-changed-flake-packages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Build changed flake packages ❄️"
on:
pull_request:
branches:
- master
jobs:
build-changed-flake-packages:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59af031

Please sign in to comment.