edited trigger conditions in two ci .yml files

This commit is contained in:
Quinn Dougherty 2022-08-30 11:36:32 +08:00
parent b935621d2a
commit b89e4f1bd8
3 changed files with 40 additions and 29 deletions

View File

@ -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

View File

@ -10,6 +10,7 @@ on:
- master - master
- develop - develop
- reducer-dev - reducer-dev
- epic-reducer-project
jobs: jobs:
pre_check: pre_check: