summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatthias Koeppe <mkoeppe@math.ucdavis.edu>2022-09-27 18:31:07 -0700
committerMatthias Koeppe <mkoeppe@math.ucdavis.edu>2022-09-27 18:31:07 -0700
commitf60bb5af757e42401fc3b85422f2f49e8b3dd443 (patch)
treef60bd5a629c9a2f2072a31ada9e27b9cb654ab24 /.github/workflows
parentd63d6b3039f3e53846258e2c336059d41fda5f6a (diff)
downloadpython-setuptools-git-f60bb5af757e42401fc3b85422f2f49e8b3dd443.tar.gz
.github/workflows/ci-sage.yml: Run on pull_request when the yml file is modified
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-sage.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci-sage.yml b/.github/workflows/ci-sage.yml
index 6937f4d6..072d89d7 100644
--- a/.github/workflows/ci-sage.yml
+++ b/.github/workflows/ci-sage.yml
@@ -37,6 +37,9 @@ on:
push:
tags:
- '*'
+ pull_request:
+ paths:
+ - .github/workflows/ci-sage.yml
workflow_dispatch:
# Allow to run manually