Merge pull request #2 from crazy-max/fix-branch

Fix branch name
This commit is contained in:
Andrea Luzzardi 2021-05-30 00:45:54 -07:00 committed by GitHub
commit 8889f109d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

@ -30,7 +30,7 @@ name: dagger
on: on:
push: push:
branches: branches:
- master - main
jobs: jobs:
deploy: deploy: