Skip to content

Commit 4c6b4da

Browse files
committed
fix trigger
1 parent 087e836 commit 4c6b4da

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)