summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2024-10-22 07:37:24 +0100
committerGitHub <noreply@github.com>2024-10-22 07:37:24 +0100
commit64d9d1ae25215c274c37e3e4016977a6779cf0d3 (patch)
treeb124b00864dedc891fc6695bb1563298d5b1f66b /.github
parentc2224d0d1d1e187d2bd802ad420e6ff5a966cac4 (diff)
parent8724129dc862432dc5e5c548f1af48f38c4368c4 (diff)
Merge pull request #1112 from Enzime/push-wkxpqmxomwxp
ci: don't run tests twice for PRs from forks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index feec41d..c7ad8c0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,6 +2,8 @@ name: "Test"
on:
pull_request:
push:
+ branches:
+ - master
env:
CURRENT_STABLE_CHANNEL: nixpkgs-24.05-darwin