Skip to content

Commit 8cc8a0c

Browse files
committed
remove staging branch
Signed-off-by: Dushyant Behl <[email protected]>
1 parent cbc406f commit 8cc8a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ name: Format
1616

1717
on:
1818
push:
19-
branches: [ "main", "release", "staging" ]
19+
branches: [ "main", "release" ]
2020
pull_request:
21-
branches: [ "main", "release", "staging" ]
21+
branches: [ "main", "release" ]
2222

2323
jobs:
2424
lint:

0 commit comments

Comments
 (0)