edited trigger conditions in two ci .yml
files
This commit is contained in:
parent
b935621d2a
commit
b89e4f1bd8
14
.github/workflows/ci-cachix.yml
vendored
14
.github/workflows/ci-cachix.yml
vendored
|
@ -1,6 +1,16 @@
|
||||||
name: Nix build
|
name: Nix build
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
- reducer-dev
|
||||||
|
- epic-reducer-project
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flake:
|
flake:
|
||||||
|
@ -17,7 +27,7 @@ jobs:
|
||||||
uses: cachix/cachix-action@v10
|
uses: cachix/cachix-action@v10
|
||||||
with:
|
with:
|
||||||
name: quantified-uncertainty
|
name: quantified-uncertainty
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
|
|
||||||
- name: Check that lang lints
|
- name: Check that lang lints
|
||||||
run: nix build .#lang-lint
|
run: nix build .#lang-lint
|
||||||
|
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- reducer-dev
|
- reducer-dev
|
||||||
|
- epic-reducer-project
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pre_check:
|
pre_check:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user