Skip to content

Commit

Permalink
chore: correct the branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Aug 20, 2020
1 parent e802c9b commit 77237a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
branches:
- master
- devel
- develop
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
pull_request:
branches:
- master
- devel
- develop

jobs:
test:
Expand Down

0 comments on commit 77237a0

Please sign in to comment.