summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/benchmark.yml10
-rw-r--r--.github/workflows/ci.yml10
-rw-r--r--.github/workflows/compile-regression-test.yml10
-rw-r--r--.github/workflows/ensure-pr-label.yml5
-rw-r--r--.github/workflows/falcor-compiler-perf-test.yml10
-rw-r--r--.github/workflows/falcor-test.yml10
-rw-r--r--.github/workflows/push-benchmark-results.yml5
-rw-r--r--.github/workflows/release.yml5
8 files changed, 39 insertions, 26 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 4feeebe74..3398c8425 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -5,15 +5,17 @@ on:
branches: [master]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
pull_request:
branches: [master]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1af14f35d..675daaa9f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,15 +5,17 @@ on:
branches: [master]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
pull_request:
branches: [master]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/compile-regression-test.yml b/.github/workflows/compile-regression-test.yml
index cd9ef236f..f73ec2c50 100644
--- a/.github/workflows/compile-regression-test.yml
+++ b/.github/workflows/compile-regression-test.yml
@@ -5,15 +5,17 @@ on:
branches: [master]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
pull_request:
branches: [master]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ensure-pr-label.yml b/.github/workflows/ensure-pr-label.yml
index cf5215063..8184efd72 100644
--- a/.github/workflows/ensure-pr-label.yml
+++ b/.github/workflows/ensure-pr-label.yml
@@ -4,8 +4,9 @@ on:
types: [opened, labeled, unlabeled, synchronize]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
jobs:
label:
diff --git a/.github/workflows/falcor-compiler-perf-test.yml b/.github/workflows/falcor-compiler-perf-test.yml
index 8e8969367..c7e395416 100644
--- a/.github/workflows/falcor-compiler-perf-test.yml
+++ b/.github/workflows/falcor-compiler-perf-test.yml
@@ -7,15 +7,17 @@ on:
branches: [master]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
pull_request:
branches: [master]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/falcor-test.yml b/.github/workflows/falcor-test.yml
index 33fe42262..ff9f2fb70 100644
--- a/.github/workflows/falcor-test.yml
+++ b/.github/workflows/falcor-test.yml
@@ -5,15 +5,17 @@ on:
branches: [master]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
pull_request:
branches: [master]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/push-benchmark-results.yml b/.github/workflows/push-benchmark-results.yml
index 2c949a15a..acef247bb 100644
--- a/.github/workflows/push-benchmark-results.yml
+++ b/.github/workflows/push-benchmark-results.yml
@@ -5,8 +5,9 @@ on:
branches: [master]
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8bc5c497d..4eade6e90 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -8,8 +8,9 @@ on:
- master
paths-ignore:
- "docs/**"
- - "LICENCE"
- - "CONTRIBUTION.md"
+ - "LICENSES/**"
+ - "LICENSE"
+ - "CONTRIBUTING.md"
- "README.md"
tags:
- "v*"