Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
github actions: fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmCherry committed Apr 28, 2021
1 parent f16ddc5 commit 1772492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Test
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
unit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1772492

Please sign in to comment.