ci: run on new tag pushes

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-05 02:18:15 -04:00
parent 31f9cd51cb
commit 1b432e5e58
3 changed files with 7 additions and 1 deletions

View file

@ -16,6 +16,8 @@ on:
- 'docker/**' - 'docker/**'
branches: branches:
- main - main
tags:
- '*'
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:

View file

@ -5,6 +5,8 @@ on:
push: push:
branches: branches:
- main - main
tags:
- '*'
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:

View file

@ -5,6 +5,8 @@ on:
push: push:
branches: branches:
- main - main
tags:
- '*'
schedule: schedule:
- cron: '00 12 * * *' - cron: '00 12 * * *'