Skip to content

Commit a3e929a

Browse files
committed
ci: 👷 sync only specific workflows
this is mainly to prevent repo-specific workflows from not being deleted
1 parent 596c400 commit a3e929a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/sync.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ group:
2323
dest: .github/pull_request_template.md
2424

2525
# Actions
26-
- source: .github/workflows/
27-
dest: .github/workflows/
28-
deleteOrphaned: true
29-
exclude: |
30-
sync-files.yml
26+
- source: .github/workflows/add-to-project.yml
27+
dest: .github/workflows/add-to-project.yml
28+
- source: .github/workflows/build-package.yml
29+
dest: .github/workflows/build-package.yml
30+
- source: .github/workflows/build-website.yml
31+
dest: .github/workflows/build-website.yml
32+
- source: .github/workflows/update-version.yml
33+
dest: .github/workflows/update-version.yml
3134
- source: .github/_project-dependabot.yml
3235
dest: .github/dependabot.yml
3336

0 commit comments

Comments
 (0)