Skip to content

Commit 3695e6f

Browse files
Sid MohanSid Mohan
authored andcommitted
passed pre-commit
1 parent ad87a19 commit 3695e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/beta-cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: beta-cicd-setup-and-test
33
on:
44
push:
55
branches:
6-
- 'v*.0.0-beta.*'
6+
- "v*.0.0-beta.*"
77
pull_request:
88
branches:
9-
- 'v*.0.0-beta.*'
9+
- "v*.0.0-beta.*"
1010

1111
jobs:
1212
lint:

0 commit comments

Comments
 (0)