Skip to content

Commit

Permalink
Release CI: Run on pushes only to main and release branches
Browse files Browse the repository at this point in the history
Same configuration as in build_lint.yml
  • Loading branch information
EwoutH authored and rht committed Oct 28, 2023
1 parent 9cac22d commit adc5549
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
name: Release
on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- main
- release**
paths-ignore:
- '**.md'
- '**.rst'
pull_request:
paths-ignore:
- '**.md'
- '**.rst'
workflow_dispatch:

permissions:
id-token: write
Expand Down

0 comments on commit adc5549

Please sign in to comment.