diff options
| author | Emily <vcs@emily.moe> | 2024-10-22 07:37:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-22 07:37:24 +0100 |
| commit | 64d9d1ae25215c274c37e3e4016977a6779cf0d3 (patch) | |
| tree | b124b00864dedc891fc6695bb1563298d5b1f66b /.github | |
| parent | c2224d0d1d1e187d2bd802ad420e6ff5a966cac4 (diff) | |
| parent | 8724129dc862432dc5e5c548f1af48f38c4368c4 (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.yml | 2 |
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 |
