Skip to content

Commit

Permalink
Tag trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 committed Jan 15, 2024
1 parent 86168cc commit 37547c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- "main"
tags:
- .*
pull_request:
branches:
- "main"
Expand Down Expand Up @@ -67,7 +69,7 @@ jobs:
id-token: write
security-events: write
if: |
startsWith(github.ref, 'refs/tags/socket-exporter-')
startsWith(github.ref, 'refs/tags/')
with:
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-socket-exporter/providers/github-by-repos
service-account: '[email protected]'
Expand Down

0 comments on commit 37547c1

Please sign in to comment.