Skip to content

Commit

Permalink
ci: run deploy wf on release (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
jd committed Feb 9, 2024
1 parent 2f624ba commit 9eb3868
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Release deploy

on:
push:
tags:
release:
types:
- published

jobs:
test:
if: github.repository_owner == 'jd'
timeout-minutes: 20
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
Expand Down

0 comments on commit 9eb3868

Please sign in to comment.