We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11987ca commit 1a2c7ceCopy full SHA for 1a2c7ce
1 file changed
.github/workflows/package.yml
@@ -1,6 +1,11 @@
1
name: Build and upload package
2
3
on:
4
+ push:
5
+ branches:
6
+ - dev
7
+ paths:
8
+ - '.github/workflows/package.yml'
9
workflow_dispatch:
10
11
jobs:
0 commit comments