Skip to content

Commit

Permalink
Merge pull request #532 from eldruin/switch-to-ghmq
Browse files Browse the repository at this point in the history
Prepare switch to GHMQ
  • Loading branch information
adamgreig authored Jun 21, 2023
2 parents d8f067d + 5b6c656 commit 70a3e01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
22 changes: 0 additions & 22 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:
# Check build succeeds for each f3discovery chapter containing example code.
Expand Down

0 comments on commit 70a3e01

Please sign in to comment.