Skip to content

Commit 3e17303

Browse files
committed
fix: update push branches in staging workflow to include fix-cve
1 parent 7bbbe25 commit 3e17303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions: read-all
44

55
on:
66
push:
7-
branches: [staging]
7+
branches: [staging, fix-cve]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)