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 cda0c06 commit 2f8c705Copy full SHA for 2f8c705
.github/workflows/release.yml
@@ -1,9 +1,16 @@
1
name: Release
2
on:
3
+ # will run for every branch, except tags. See RSRMID-206.
4
push:
5
+ # Sequence of patterns matched against refs/heads
6
+ branches:
7
+ - "**"
8
+ # Sequence of patterns matched against refs/tags
9
tags-ignore:
10
- "**"
11
pull_request:
12
13
14
15
16
0 commit comments