Skip to content

Commit 92dc82c

Browse files
fix: Deduplicate jobs from generated workflows (#272)
Re-fixes the issue in #253 which made modifications to only one of the ci.yaml files and therefore only to this repository's workflows not the workflows of generated repos.
1 parent d48d075 commit 92dc82c

File tree

1 file changed

+4
-0
lines changed
  • template/{% if git_platform=="github.com" %}.github{% endif %}/workflows

1 file changed

+4
-0
lines changed

template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/ci.yml.jinja

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- main
7+
tags:
8+
- '*'
59
pull_request:
610

711
jobs:

0 commit comments

Comments
 (0)