Skip to content

Commit 6dc89e5

Browse files
committed
Fix GH workflow syntax
1 parent c631e72 commit 6dc89e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Auto-publish
22
on:
33
pull_request: {}
4-
paths: index.bs
54
push:
5+
paths: index.bs
66
branches: [main]
77

88
jobs:
@@ -21,4 +21,4 @@ jobs:
2121
W3C_NOTIFICATIONS_CC: [email protected]
2222
W3C_BUILD_OVERRIDE: |
2323
TR: https://www.w3.org/TR/webrtc-encoded-transform/
24-
status: WD
24+
status: WD

0 commit comments

Comments
 (0)