Skip to content

Commit c9b84ae

Browse files
committed
fix(workflows): trigger pages build only on push to master
1 parent 3b2d9ad commit c9b84ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Pages
22
on:
33
push:
4-
branch:
4+
branches:
55
- master
66
workflow_dispatch:
77

0 commit comments

Comments
 (0)