Skip to content

Commit 3fe228a

Browse files
authored
ci: added trigger on push (#4)
* ci: added trigger on push * style: Formatted code
1 parent 0b2b78e commit 3fe228a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
#push:
5-
# branches: [ master ]
4+
push:
5+
branches: [master]
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)