Skip to content

Commit 28d8fba

Browse files
committed
Only trigger ci-cd workflow on branches
1 parent dc90034 commit 28d8fba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CI/CD
22

33
on:
44
push:
5+
branches: [ '**' ] # this triggers only on branch commits, which prevents triggering off of tag-only commits
56
workflow_dispatch:
67

78
concurrency:

0 commit comments

Comments
 (0)