Skip to content

Commit df689af

Browse files
authored
Change Google Java Format workflow trigger to manual
Updated workflow to trigger on manual dispatch instead of push and pull request events.
1 parent c6aa678 commit df689af

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/google-java-format.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ permissions:
33
contents: read
44

55
on:
6-
push:
7-
branches:
8-
- 'dev'
9-
pull_request:
10-
branches:
11-
- 'dev'
6+
workflow_dispatch:
127

138
jobs:
149
formatting:

0 commit comments

Comments
 (0)