Skip to content

Commit

Permalink
Merge pull request sympy#22125 from mkoeppe/run_ci_sage_on_release_br…
Browse files Browse the repository at this point in the history
…anches_fixup_2

.github/workflows/ci-sage.yml: Fixup 'on' specification
  • Loading branch information
oscarbenjamin authored Sep 19, 2021
2 parents 9535eaa + cc831fc commit a67ee7f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ name: Run Sage CI

on:
push:
branches:
master
workflow_dispatch:
# Allow to run manually
branches:
- master
# run on release branches
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#patterns-to-match-branches-and-tags
- "[1-9].[0-9]+*"
workflow_dispatch:
# Allow to run manually

env:
# Ubuntu packages to install so that the project's "make dist" can succeed
Expand Down

0 comments on commit a67ee7f

Please sign in to comment.