Skip to content

Commit

Permalink
Add push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
AhyoungRyu committed Apr 2, 2024
1 parent 5743423 commit 25b4c8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
version:
description: 'Target version'
required: true
push:
branches:
- 'feat/AC-1856'

jobs:
publish:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-ticket-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branch_name:
description: 'Type a branch name starting with `release/v`'
required: true
push:
branches:
- 'feat/AC-1856'

jobs:
trigger-release-ticket-creation:
Expand Down

0 comments on commit 25b4c8a

Please sign in to comment.