Skip to content

Commit 10f9a48

Browse files
committed
ci:publish trigger
1 parent e209ad4 commit 10f9a48

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
name: Deploy static content to Pages
33

44
on:
5-
# Runs on pushes targeting the default branch
65
push:
7-
branches: ["main"]
6+
paths:
7+
- "**.m"
8+
- ".github/workflows/publish.yml"
9+
- "!octave_build.m"
10+
- "!scripts/**"
811

912
# Allows you to run this workflow manually from the Actions tab
1013
workflow_dispatch:

0 commit comments

Comments
 (0)