Skip to content

Commit

Permalink
trigger on actions on test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
romakarol committed Nov 2, 2023
1 parent a18130f commit 3a16ecd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ name: release
on:
# Triggers the workflow on push
push:
branches: [main]

# branches: [main]
branches: releaseActions

# A workflow run is made up of one or more jobs
jobs:
deploy:
Expand Down

0 comments on commit 3a16ecd

Please sign in to comment.