Fix tags trigger

This commit is contained in:
infogulch
2023-06-24 13:05:57 -05:00
parent 9f209dadd9
commit c05afb4705

View File

@@ -1,12 +1,14 @@
name: CI
on:
push:
branches: [master]
tags:
- "v**"
pull_request:
schedule:
- cron: '0 0 * * 3' # At 12:00 AM, only on Wednesday
label:
types: [created, edited]
workflow_dispatch:
jobs:
build-test: