1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

ci: don't run tests twice for PRs from forks

By only triggering on pushes to `master`, when users push to
non-`master` branches on forks, this workflow won't get triggered and
will only get triggered when users make a PR to the main repo.
This commit is contained in:
Michael Hoang 2024-10-22 14:07:25 +11:00
parent a001f44cfc
commit 8724129dc8

View file

@ -2,6 +2,8 @@ name: "Test"
on:
pull_request:
push:
branches:
- master
env:
CURRENT_STABLE_CHANNEL: nixpkgs-24.05-darwin