Skip to content

Commit

Permalink
add merge_group trigger to pr-check-file-encodings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Mar 11, 2024
1 parent b933687 commit 6a4f3b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-check-file-encodings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: check file encodings in PR
on: pull_request
on:
pull_request:
merge_group:
jobs:
file-encoding:
name: file encoding check
Expand Down

0 comments on commit 6a4f3b8

Please sign in to comment.