Skip to content

Commit 29f6c44

Browse files
authored
Run github actions on push to master (#1847)
* Run github actions on push to master * Check nix setup * Check nix setup * Check nix setup * Check nix setup * Check nix setup
1 parent c7712c4 commit 29f6c44

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- master
77

8+
push:
9+
branches:
10+
- master
11+
812
defaults:
913
run:
1014
shell: bash

test/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env nix-shell
2-
#! nix-shell -i bash -p bash jq nix gnused
2+
#! nix-shell -I "nixpkgs=channel:nixos-22.11" -i bash -p bash jq nix gnused
33

44
set -euo pipefail
55

0 commit comments

Comments
 (0)