Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
trigger monitoring and logging pipelines on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ahvth committed Feb 3, 2022
1 parent 5047eee commit f199433
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/grafana.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#on:
# push:
# branches:
# - feature/A1ODT-93
on:
push:
tags:
- v**

jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/loki.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- feature/A1ODT-93
tags:
- v**

jobs:
deploy:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/monitoring.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#on:
# push:
# branches:
# - feature/A1ODT-93
on:
push:
tags:
- v**

jobs:
deploy:
Expand Down

0 comments on commit f199433

Please sign in to comment.