[latex3-commits] [latex3/latex2e] develop: Allow CI triggered by branches containing `/` [ci skip] (e0cedee0)
github at latex-project.org
github at latex-project.org
Mon Oct 23 22:29:51 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/e0cedee0d2bfb4f25ff97fa44d47b45542f5dd62
>---------------------------------------------------------------
commit e0cedee0d2bfb4f25ff97fa44d47b45542f5dd62
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Tue Oct 24 04:12:31 2023 +0800
Allow CI triggered by branches containing `/` [ci skip]
>---------------------------------------------------------------
e0cedee0d2bfb4f25ff97fa44d47b45542f5dd62
.github/workflows/deploy.yaml | 2 +-
.github/workflows/main.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 41069a02..3d5c93a1 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -1,6 +1,6 @@
name: Create release
-# We create releases for all new tags
+# We create releases for all new tags that don't contain '/' in their names
on:
push:
tags:
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 0e6bee93..9fd832ec 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -5,7 +5,7 @@ on:
# Whenever someone pushes to a branch in our repo
push:
branches:
- - "*"
+ - "**"
# Whenever a pull request is opened, reopened or gets new commits.
pull_request:
# This implies that for every push to a local branch in our repo for which a
More information about the latex3-commits
mailing list.