mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-04 01:25:04 +03:00
ci: Runs nixpkgs workflow only on master (#1315)
This commit is contained in:
parent
267eece092
commit
6a0af38026
4
.github/workflows/nixpkgs.yml
vendored
4
.github/workflows/nixpkgs.yml
vendored
@ -1,7 +1,9 @@
|
|||||||
name: "Nixpkgs CI"
|
name: "Nixpkgs CI"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
Reference in New Issue
Block a user