Skip to content

Commit

Permalink
SK-1811 beta release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skyflow-shravan committed Dec 20, 2024
1 parent 2c71683 commit 41138d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Public Release
name: Public Beta Release

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Public Release

on:
push:
tags: '*.*.*'
tags: '*.*.\d+'
paths-ignore:
- "package.json"
- "package-lock.json"
Expand Down

0 comments on commit 41138d8

Please sign in to comment.