Skip to content

Commit

Permalink
Add push to main trigger too
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-olsson-work committed Aug 22, 2024
1 parent d827ef4 commit 984d091
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci-cd-acap-runtime-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
name: Proto Build Workflow

on:
# push:
# branches:
# - "main"
# tags:
# # semver, e.g. 1.2.0 (does not match 0.1.2)
# - "[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]+"
# # 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]*"
# # semver with date info, e.g. 1.0.2-20221125
# - "[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]*"
push:
branches:
- "main"
tags:
# semver, e.g. 1.2.0 (does not match 0.1.2)
- "[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]+"
# 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]*"
# semver with date info, e.g. 1.0.2-20221125
- "[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]*"
pull_request:
branches:
- "main"
Expand Down

0 comments on commit 984d091

Please sign in to comment.