Skip to content

Commit

Permalink
Update ci-cd-acap-runtime-proto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-olsson-work authored Aug 22, 2024
1 parent cb99ea1 commit 0b999fb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci-cd-acap-runtime-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ on:
branches:
- "main"
tags:
- '*'
# semver, e.g. 1.2.0 (does not match 0.1.2)
- "[1-9]+.[0-9]+.[0-9]+"
# - "[1-9]+.[0-9]+.[0-9]+"
# semver with prerelease info, e.g. 1.0.2-beta.1 or 1.2.3-rc.10
- "[1-9]+.[0-9]+.[0-9]+-[a-z]+.[0-9]+"
# - "[1-9]+.[0-9]+.[0-9]+-[a-z]+.[0-9]+"
# do not match prerelease starting w/ 0, e.g. 1.0.2-beta.0 or 1.2.3-rc.01
- "![1-9]+.[0-9]+.[0-9]+-[a-z]+.[0]*"
# - "![1-9]+.[0-9]+.[0-9]+-[a-z]+.[0]*"
# semver with date info, e.g. 1.0.2-20221125
- "[1-9]+.[0-9]+.[0-9]+-[0-9]+"
# - "[1-9]+.[0-9]+.[0-9]+-[0-9]+"
# do not match date starting w/ 0, e.g. 1.0.2-01232023
- "![1-9]+.[0-9]+.[0-9]+-[0]*"
# - "![1-9]+.[0-9]+.[0-9]+-[0]*"
pull_request:
branches:
- "main"
Expand Down

0 comments on commit 0b999fb

Please sign in to comment.