Skip to content

Commit

Permalink
ci: update file
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed May 3, 2024
1 parent 3306ecc commit 04ffef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: QA

on: [ push, pull_request ]
on: [ push, pull_request, merge_group ]

jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Executes "typos ."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push, pull_request]
on: [ push, pull_request, merge_group ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 04ffef9

Please sign in to comment.