We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84540d5 commit d42c936Copy full SHA for d42c936
.github/workflows/releaser.yml
@@ -1,6 +1,8 @@
1
name: Release
2
on:
3
push:
4
+ branches:
5
+ - develop
6
# branches to consider in the event; optional, defaults to all
7
env:
8
FILES_DIR: /tmp/paddleflow
0 commit comments