Skip to content

Commit d42c936

Browse files
author
lizhi
authored
only dev branches is enabled (#1158)
1 parent 84540d5 commit d42c936

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/releaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release
22
on:
33
push:
4+
branches:
5+
- develop
46
# branches to consider in the event; optional, defaults to all
57
env:
68
FILES_DIR: /tmp/paddleflow

0 commit comments

Comments
 (0)