summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-package.yml4
-rw-r--r--.github/workflows/check-unused-imports.yml4
-rw-r--r--.github/workflows/codeql.yml10
3 files changed, 17 insertions, 1 deletions
diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml
index 8ebb7dfcb..3908c4737 100644
--- a/.github/workflows/build-package.yml
+++ b/.github/workflows/build-package.yml
@@ -3,6 +3,10 @@ on:
pull_request:
branches:
- equuleus
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
jobs:
package-build:
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml
index 58f8cff14..412b67b1b 100644
--- a/.github/workflows/check-unused-imports.yml
+++ b/.github/workflows/check-unused-imports.yml
@@ -3,6 +3,10 @@ on:
pull_request_target:
branches:
- equuleus
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
workflow_dispatch:
permissions:
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 92a2dc653..98c12583a 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -4,10 +4,18 @@ on:
push:
branches:
- equuleus
- pull_request:
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
+ pull_request_target:
# The branches below must be a subset of the branches above
branches:
- equuleus
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
schedule:
- cron: '22 10 * * 0'
workflow_dispatch: