Skip to content

Commit 1a2c7ce

Browse files
authored
Add push trigger for package.yml workflow
Trigger workflow on push to 'dev' branch for specific path.
1 parent 11987ca commit 1a2c7ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build and upload package
22

33
on:
4+
push:
5+
branches:
6+
- dev
7+
paths:
8+
- '.github/workflows/package.yml'
49
workflow_dispatch:
510

611
jobs:

0 commit comments

Comments
 (0)