Skip to content

Commit

Permalink
deployment instead of tag
Browse files Browse the repository at this point in the history
with more info than before
  • Loading branch information
pryrt authored Jan 17, 2024
1 parent e6cef4c commit eb6209d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/OnTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: OnTagMetaData
# Controls when the workflow will run
on:
# Triggers the workflow on tag
push:
tags: '*'
# push:
# tags: '*'

# on deployment
deployment:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit eb6209d

Please sign in to comment.