mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
fix: workflows
This commit is contained in:
parent
c40d1006c9
commit
823903b63d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
paths: ["demo/**", "src/**", "Cargo.toml"]
|
||||
paths: ["demo/**", "thaw/**"]
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
2
.github/workflows/demo.yml
vendored
2
.github/workflows/demo.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Deploy demo
|
||||
on:
|
||||
push:
|
||||
paths: ["demo/**", "src/**", "Cargo.toml"]
|
||||
paths: ["demo/**", "thaw/**"]
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue