Skip to content

Commit 1df9415

Browse files
authored
Update branch pattern for FOSSA scanning (#261)
Signed-off-by: Ivan Sim <1330522+ihcsim@users.noreply.github.com>
1 parent d71f4c1 commit 1df9415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: FOSSA Scanning
22

33
on:
44
push:
5-
branches: ["main", "master", "release/**"]
5+
branches: ["main", "master", "v[0-9]+.[0-9]+"]
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)