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
This commit is contained in:
Suyog Patil 2023-10-25 15:25:17 +05:30 committed by GitHub
parent 1b2844d9f1
commit adf37c16bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,15 @@
name: CI
name: WASPC-CI
on:
push:
paths:
- "waspc/**"
branches:
- main
- release
pull_request: { }
pull_request:
paths:
- "waspc/**"
create: { tags: [v*] }
schedule:
# Additionally run once per week (At 00:00 on Sunday) to avoid loosing cache