1 parent 6d61a65 commit 0ff6ed4Copy full SHA for 0ff6ed4
.github/workflows/deploy.yml
@@ -6,6 +6,8 @@ name: deploy
6
on:
7
release:
8
types: [published]
9
+ push:
10
+ branch: master
11
12
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
13
jobs:
0 commit comments