Fix branch name

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-05-30 09:44:07 +02:00
parent 559f0e73bf
commit 6cffa4655d
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 5 additions and 5 deletions

View file

@ -5,13 +5,13 @@ on:
- cron: '0 10 * * *' # everyday at 10am
push:
branches:
- 'master'
- 'main'
- 'releases/v*'
tags:
- 'v*'
pull_request:
branches:
- 'master'
- 'main'
- 'releases/v*'
jobs:

View file

@ -3,11 +3,11 @@ name: test
on:
push:
branches:
- 'master'
- 'main'
- 'releases/v*'
pull_request:
branches:
- 'master'
- 'main'
- 'releases/v*'
jobs: