Skip to content

Commit b28e152

Browse files
committed
Update Radon analysis workflow to trigger on pull requests for the 2.0 branch
1 parent af80dd2 commit b28e152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/radon-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Radon
22
on:
33
pull_request:
4-
branches: ["main"]
4+
branches: ["2.0"]
55

66
jobs:
77
comment:

0 commit comments

Comments
 (0)