Skip to content

Commit

Permalink
changing trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
luiguild committed Oct 9, 2024
1 parent 664edd3 commit 0e43b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/based-create-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Based Deploy by Branch - Create Env
on:
push:
branches:
- '*'
- '**'

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/based-delete-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Based Deploy by Branch - Delete Env
on:
delete:
branches:
- '*'
- '**'

jobs:
deploy:
Expand Down

0 comments on commit 0e43b54

Please sign in to comment.