Skip to content

Commit 96eb511

Browse files
committed
chore(workflow): Do not relase on master push
1 parent 444b411 commit 96eb511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: filestack-js
22
on:
33
push:
44
branches:
5-
- "master"
5+
- "!*"
66
tags:
77
- v*
88
jobs:

0 commit comments

Comments
 (0)