Skip to content

Commit ddeae7b

Browse files
committed
ci: Fix trigger branch names
1 parent e58a9fe commit ddeae7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fortify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ name: Fortify AST Scan
1616
on:
1717
workflow_dispatch:
1818
pull_request:
19-
branches: [ "Gartner-demo" ]
19+
branches: [ "Gartner2026-demo" ]
2020
push:
21-
branches: [ "Gartner-demo" ]
21+
branches: [ "Gartner2026-demo" ]
2222

2323
jobs:
2424
Fortify-AST-Scan:

0 commit comments

Comments
 (0)