Skip to content

Commit 761e5ea

Browse files
committed
build(CI): change triggers from branch-based to tag-based
1 parent 7db644b commit 761e5ea

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/real-workflows/publish-calculator-demo-aot.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ name: Publish AOT Builds
3737

3838
on:
3939
push:
40-
branches:
41-
- build/github-actions-test
4240
tags:
4341
- "v*"
44-
- "ci*"
42+
- "v-demo*"
4543
workflow_dispatch:
4644

4745
jobs:

.github/workflows/generate-workflows.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Generate workflows
22

33
on:
44
push:
5-
branches:
6-
- build/github-actions-test
75
paths:
86
- ".github/real-workflows/*.yml"
97
- ".github/workflows/generate-workflows.yml"

0 commit comments

Comments
 (0)