Skip to content

Commit 560b20b

Browse files
authored
Merge pull request #58 from fosslight/temp
Run PR action for all branches
2 parents 251fffb + fd6f946 commit 560b20b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ name: Pull requests fosslight_dependency_scanner
44

55
on:
66
pull_request:
7-
branches: [ main ]
7+
branches:
8+
- '*'
89

910
jobs:
1011
build_ubuntu:

0 commit comments

Comments
 (0)