mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-10 22:59:19 +00:00
fix github action (#90)
This commit is contained in:
13
.github/workflows/main.yaml
vendored
13
.github/workflows/main.yaml
vendored
@@ -2,20 +2,11 @@ name: Deploy to Heroku
|
||||
|
||||
on:
|
||||
push:
|
||||
resolves:
|
||||
- "release registry"
|
||||
- "release hooks"
|
||||
- "release reaper"
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
only master branch:
|
||||
runs-on: ubuntu-latest
|
||||
uses: actions/bin/filter@master
|
||||
with:
|
||||
args: "branch master"
|
||||
|
||||
heroku login:
|
||||
needs: only master branch
|
||||
uses: actions/heroku@master
|
||||
with:
|
||||
args: container:login
|
||||
|
||||
Reference in New Issue
Block a user