Skip to content

Commit 8fbc7f0

Browse files
committed
ci: 👷 always run on main, but only in PRs with specific files
1 parent 69e11ac commit 8fbc7f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy Demo App
22

33
on:
4-
push:
4+
pull_request:
55
branches:
66
- main
77
paths-ignore:
@@ -19,6 +19,9 @@ on:
1919
- index.qmd
2020
- _publish.yml
2121
- _extensions/**
22+
push:
23+
branches:
24+
- main
2225

2326
jobs:
2427
lint:

0 commit comments

Comments
 (0)