Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 4978007

Browse files
committed
chore: update dev build script
1 parent 373d7af commit 4978007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: dev-release
55
on:
66
# Triggers the workflow on push or pull request events but only for the master branch
77
push:
8-
branches: [ master ]
8+
tags:
9+
- 'dev'
910

1011
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1112
jobs:

0 commit comments

Comments
 (0)