Skip to content

Commit 5dd18e8

Browse files
authored
Meta: Limit auto-rendering to primary branch(es)
1 parent 341e7a9 commit 5dd18e8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Deploy spec
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
48

59
jobs:
610
build:
@@ -16,4 +20,4 @@ jobs:
1620
- name: commit changes
1721
uses: elstudio/actions-js-build/commit@v3
1822
with:
19-
commitMessage: "fixup: [spec] `npm run build`"
23+
commitMessage: "fixup: [spec] `npm run build`"

0 commit comments

Comments
 (0)