]> Repositorios git - scryer-prolog.git/commitdiff
Fix tags trigger
authorinfogulch <[email protected]>
Sat, 24 Jun 2023 18:05:57 +0000 (13:05 -0500)
committerinfogulch <[email protected]>
Sat, 24 Jun 2023 18:05:57 +0000 (13:05 -0500)
.github/workflows/ci.yml

index 87a3331b6f050b14dba0654079a75093e81fe267..f79952bda4bf413a1c8b3a13990dbf863df70f10 100644 (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: