Skip to content

Commit

Permalink
workflow prep
Browse files Browse the repository at this point in the history
  • Loading branch information
adefee committed Feb 7, 2024
1 parent 57cbe95 commit 6880032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/package-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches:
- development
tags:
# Only run workflow on tags with the format x.y.z-dev
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
package:
permissions:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build & Package Dev, Cut Pre-Release
on:
push:
branches:
- development
tags:
# Only run workflow on tags with the format x.y.z-dev
- main
tags:
# Only run workflow on tags with the format vx.y.z
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
package:
Expand Down

0 comments on commit 6880032

Please sign in to comment.