Skip to content

Commit 36935ca

Browse files
author
PerfectlyInternal
committed
only run cd on master
1 parent d6e015a commit 36935ca

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Pages
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
36

47
env:
58
RUSTFLAGS: '--cfg getrandom_backend="wasm_js"'

0 commit comments

Comments
 (0)