Skip to content

Commit 96dc834

Browse files
Remove run deploy gh pages on every branches
1 parent 112ae38 commit 96dc834

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Deploy to GitHub Pages
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- master
47

58
permissions:
69
contents: write

0 commit comments

Comments
 (0)