We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b342b3d commit 450d3ddCopy full SHA for 450d3dd
.github/workflows/CI.yml
@@ -3,12 +3,8 @@ name: CI
3
on:
4
push:
5
branches:
6
- # This is where pull requests from "bors r+" are built.
7
- - staging
8
- # This is where pull requests from "bors try" are built.
9
- - trying
10
- # Build the main branch.
11
- - main
+ - master
+ pull_request:
12
13
jobs:
14
test:
.github/workflows/IntegrationTest.yml
@@ -3,12 +3,8 @@ name: IntegrationTest
0 commit comments