Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Oct 30, 2021
1 parent fdc10f4 commit 16295e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Compatibility Checks

on:
pull_request:
branches:
- master
push:
branches: [ $default-branch ]
branches:
- master

jobs:
compatibility:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Main

on:
pull_request:
branches: [ $default-branch ]
branches:
- master
push:
branches:
- master

jobs:
main:
Expand Down

0 comments on commit 16295e1

Please sign in to comment.