Skip to content

Commit 93c6aca

Browse files
authored
Update ci-cd.yml
1 parent eb361a5 commit 93c6aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: CI/CD on tagged push to main branch
1+
name: CI/CD on push of lightweight tag to main branch
22

33
on:
44
push:
5-
branches: [ "main" ]
65
tags:
76
- 'v[0-9]+.[0-9]+.[0-9]+'
87
jobs:
98
build:
9+
if: github.event.base_ref == 'refs/heads/main'
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)