diff options
| author | Matthias Koeppe <mkoeppe@math.ucdavis.edu> | 2022-09-27 18:31:07 -0700 |
|---|---|---|
| committer | Matthias Koeppe <mkoeppe@math.ucdavis.edu> | 2022-09-27 18:31:07 -0700 |
| commit | f60bb5af757e42401fc3b85422f2f49e8b3dd443 (patch) | |
| tree | f60bd5a629c9a2f2072a31ada9e27b9cb654ab24 /.github/workflows | |
| parent | d63d6b3039f3e53846258e2c336059d41fda5f6a (diff) | |
| download | python-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.yml | 3 |
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 |
