We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4fcca commit 073e72dCopy full SHA for 073e72d
.github/workflows/ci.yml
@@ -18,9 +18,9 @@ permissions:
18
on:
19
workflow_dispatch:
20
push:
21
- branches: [ "main" ]
+ branches: [ "main", "release/**" ]
22
pull_request:
23
24
types: [opened, reopened, synchronize, ready_for_review]
25
# Pushing changes to PR stops currently-running CI
26
concurrency:
0 commit comments