Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 1f64d92

Browse files
committed
only publish on release tag
1 parent 89a139d commit 1f64d92

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/demo.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Demo - Build and Deploy
2-
on: [push]
3-
# on:
4-
# push:
5-
# tags:
6-
# - release/*
2+
on:
3+
push:
4+
tags:
5+
- release/*
76
jobs:
87
demo-deploy:
98
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)