Skip to content

Commit ad03929

Browse files
committed
build: update format
1 parent 73ca2b0 commit ad03929

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/check_contributing_guidelines_acceptance.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ on:
4040

4141
# Trigger on pull request events:
4242
pull_request_target:
43-
types: [opened, reopened]
43+
types:
44+
- opened
45+
- reopened
4446

4547
# Global permissions:
4648
permissions:

.github/workflows/check_licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
name: check_licenses
2121

2222
# Workflow triggers:
23-
on: [pull_request]
23+
on: [ pull_request ]
2424

2525
# Global permissions:
2626
permissions:

0 commit comments

Comments
 (0)