Skip to content

Commit 91f1313

Browse files
committed
Don't run cicd workflow on merge to main
The CI already exercises the workflow on feature branches when user opens a PR.
1 parent 66053d0 commit 91f1313

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cicd.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Continuous Integration
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
86
- 'v[0-9]+.[0-9]+.[0-9]+'
97
pull_request:

0 commit comments

Comments
 (0)