Skip to content

Commit adf37c1

Browse files
Resolved: run CI workflow only when code inside waspc/ changes (#1485)
* chore: run CI worklow only when code inside waspc/ changes * fix: on pull_request event for run CI worklow only when code inside waspc/ changes
1 parent 1b2844d commit adf37c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yaml renamed to .github/workflows/waspc-ci.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
name: CI
1+
name: WASPC-CI
22

33
on:
44
push:
5+
paths:
6+
- "waspc/**"
57
branches:
68
- main
79
- release
8-
pull_request: { }
10+
pull_request:
11+
paths:
12+
- "waspc/**"
913
create: { tags: [v*] }
1014
schedule:
1115
# Additionally run once per week (At 00:00 on Sunday) to avoid loosing cache

0 commit comments

Comments
 (0)