Skip to content

Commit

Permalink
Try to make CI compatible with merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Apr 25, 2024
1 parent 2aeaf16 commit 16d66d8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
on: push
name: Run tests
name: Run Polyline tests

on:
push:
branches:
- main
- staging
- trying
pull_request:
merge_group:

jobs:
build_and_test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 16d66d8

Please sign in to comment.