Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed Jun 8, 2021
1 parent 63c3041 commit 7c266ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ master, main, series/* ]
pull_request:
branches: [ master ]
branches: [ master, main, series/* ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mima.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Binary Compatibility

on:
push:
branches: [ master ]
branches: [ master, main, series/* ]
pull_request:
branches: [ master ]
branches: [ master, main, series/* ]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- main
- series/*
tags:
- '*'
Expand Down

0 comments on commit 7c266ca

Please sign in to comment.