Skip to content

Commit

Permalink
Restore release Action (#545)
Browse files Browse the repository at this point in the history
I had to temporarily disable it in #544.
  • Loading branch information
msullivan authored Nov 19, 2024
1 parent 10d61a1 commit e1c5457
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on:
workflow_dispatch:
inputs: {}

# XXX: Commented out to prevent firing during this refactor.
# pull_request:
# branches:
# - "master"
# - "ci"
# - "release/[0-9]+.x"
# - "release/[0-9]+.[0-9]+.x"
# paths:
# - "gel/_version.py"
pull_request:
branches:
- "master"
- "ci"
- "release/[0-9]+.x"
- "release/[0-9]+.[0-9]+.x"
paths:
- "gel/_version.py"

jobs:
validate-release-request:
Expand Down

0 comments on commit e1c5457

Please sign in to comment.