Skip to content

Commit b508d31

Browse files
committed
Don't run workflows on tags
The tags are being cut off main which is already tested so this is not needed.
1 parent 91f1313 commit b508d31

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cicd.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Continuous Integration
22

33
on:
4-
push:
5-
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+'
74
pull_request:
85
branches:
96
- main

0 commit comments

Comments
 (0)