Skip to content

Commit d3a42f2

Browse files
authored
Publish papers and specs on push to master only (#6246)
1 parent 5579d34 commit d3a42f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/papers-and-specs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
name: "📝 Papers & Specs"
55

66
on:
7-
pull_request:
87
workflow_dispatch:
8+
push:
9+
branches:
10+
- master
911

1012
jobs:
1113
deploy:

0 commit comments

Comments
 (0)