Skip to content

Commit

Permalink
Add release-polkadot-vx.x.x to automatic CI trigger (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib authored Nov 9, 2023
1 parent be3e1f7 commit 1c70f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build & Test & Clippy
on:
workflow_dispatch:
push:
branches: [ master, 'polkadot-v[0-9]+.[0-9]+.[0-9]+*' ]
branches: [ master, 'polkadot-v[0-9]+.[0-9]+.[0-9]+*', 'release-polkadot-v[0-9]+.[0-9]+.[0-9]+*' ]
pull_request:
branches: [ master, 'polkadot-v[0-9]+.[0-9]+.[0-9]+*' ]
branches: [ master, 'polkadot-v[0-9]+.[0-9]+.[0-9]+*', 'release-polkadot-v[0-9]+.[0-9]+.[0-9]+*' ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 1c70f18

Please sign in to comment.