Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 05885af

Browse files
committed
do not deploy dev on push to branch
1 parent 0e696c4 commit 05885af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build and push
22
on:
33
push:
44
branches:
5-
- '*'
5+
- 'main'
66
jobs:
77
set-version:
88
name: Set version

0 commit comments

Comments
 (0)