Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit 44b619a

Browse files
committed
Fix trigger rule
1 parent 7f58a72 commit 44b619a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deployment.yaml

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+
- main
47

58
permissions:
69
contents: read

0 commit comments

Comments
 (0)