We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea19fe3 commit edb3ee1Copy full SHA for edb3ee1
.github/workflows/release.yml
@@ -3,12 +3,14 @@ name: Release
3
on:
4
push:
5
tags:
6
- - "*"
+ - "v[0-9]+.[0-9]+.[0-9]+"
7
+ - "v[0-9]+.[0-9]+.[0-9]+-[0-9]+"
8
9
jobs:
10
packages:
11
name: "Build packages"
12
runs-on: ubuntu-latest
13
+ if: github.event.base_ref == 'refs/heads/master'
14
steps:
15
- name: checkout repo
16
uses: actions/checkout@v4
0 commit comments