Skip to content

Commit

Permalink
feat: setup package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Jul 11, 2024
1 parent 2e22d72 commit cd4c66f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: package

on:
# push:
# branches:
# - next
# - cd_*
# tags:
# - "v[0-9]+.[0-9]+.[0-9]+"
# pull_request:
push:
branches:
- next
- cd_*
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:

workflow_dispatch:

Expand Down

0 comments on commit cd4c66f

Please sign in to comment.