Skip to content

Commit 55f4ec6

Browse files
committed
Fix CI wrt branch constraints
1 parent 3f6f49a commit 55f4ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches:
4+
branches: ['2.*']
55
paths-ignore:
66
- "README.md"
77
- "release-notes/*"

0 commit comments

Comments
 (0)