revise GHA workflows

This commit is contained in:
Lily Brown 2022-02-15 13:53:51 -08:00
parent 4b7e06e14f
commit 389515cfd0
3 changed files with 11 additions and 2 deletions

View file

@ -9,12 +9,14 @@ on:
- 'papers/**' - 'papers/**'
- 'rfcs/**' - 'rfcs/**'
- '*.md' - '*.md'
- 'prototyping/**'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- 'papers/**' - 'papers/**'
- 'rfcs/**' - 'rfcs/**'
- '*.md' - '*.md'
- 'prototyping/**'
jobs: jobs:
unix: unix:

View file

@ -8,12 +8,18 @@ on:
paths: paths:
- '.github/workflows/**' - '.github/workflows/**'
- 'prototyping/**' - 'prototyping/**'
- 'Analysis/src/JsonEncoder.cpp' - 'Analysis/**'
- 'Ast/**'
- 'CLI/Ast.cpp'
- 'CLI/FileUtils.*'
pull_request: pull_request:
paths: paths:
- '.github/workflows/**' - '.github/workflows/**'
- 'prototyping/**' - 'prototyping/**'
- 'Analysis/src/JsonEncoder.cpp' - 'Analysis/**'
- 'Ast/**'
- 'CLI/Ast.cpp'
- 'CLI/FileUtils.*'
jobs: jobs:
linux: linux:

View file

@ -9,6 +9,7 @@ on:
- 'papers/**' - 'papers/**'
- 'rfcs/**' - 'rfcs/**'
- '*.md' - '*.md'
- 'prototyping/**'
jobs: jobs:
build: build: