Skip to content

Commit d15fe4b

Browse files
authored
Merge pull request #226 from AlexandreGMonk/automate_webapp_deploy
Fix manual run for tags
2 parents 859c561 + 08a1c27 commit d15fe4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/webapp-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
workflow_dispatch:
1111
branches:
1212
- "*"
13+
tags:
14+
- "*"
1315

1416
jobs:
1517
check_env:

0 commit comments

Comments
 (0)