Skip to content

Commit cbce237

Browse files
Update release.yml
1 parent cc5397e commit cbce237

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: release
22

33
on:
4-
release:
5-
types: [published]
4+
push
65

76

87

@@ -11,6 +10,8 @@ jobs:
1110
runs-on: ubuntu-latest
1211
steps:
1312
- uses: actions/checkout@v2
13+
- name: cd
14+
run: cd xdcc
1415
-
1516
name: Build
1617
uses: crazy-max/ghaction-xgo@v2

0 commit comments

Comments
 (0)