Skip to content

Commit 450d3dd

Browse files
authored
Fix CI workflows so they run on PRs (#87)
1 parent b342b3d commit 450d3dd

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ name: CI
33
on:
44
push:
55
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
6+
- master
7+
pull_request:
128

139
jobs:
1410
test:

.github/workflows/IntegrationTest.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ name: IntegrationTest
33
on:
44
push:
55
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
6+
- master
7+
pull_request:
128

139
jobs:
1410
test:

0 commit comments

Comments
 (0)