Skip to content

Commit bd874cd

Browse files
committed
chore: enable workflow run on PR to actually run the test
1 parent 4c6f346 commit bd874cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rename-module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
# However, they MUST be disabled again before merging otherwise *all* PRs will
77
# run this.
88
#
9-
# pull_request:
10-
# branches: [ main ]
9+
pull_request:
10+
branches: [ main ]
1111
workflow_dispatch:
1212
inputs:
1313
source_commit:

0 commit comments

Comments
 (0)