Skip to content

Commit

Permalink
Merge pull request #357 from eldruin/switch-to-ghmq
Browse files Browse the repository at this point in the history
Switch to GHMQ
  • Loading branch information
adamgreig authored Jun 27, 2023
2 parents f2aed2f + 48f326d commit d289b1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/bors.toml

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: CI

on:
push:
branches: [ staging, trying, master ]
pull_request:
push: # Run CI for all branches except GitHub merge queue tmp branches
branches-ignore:
- "gh-readonly-queue/**"
pull_request: # Run CI for PRs on any branch
merge_group: # Run CI for the GitHub merge queue

jobs:
build:
Expand Down

0 comments on commit d289b1a

Please sign in to comment.