Skip to content

Commit

Permalink
ci: add release creating
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova authored Nov 10, 2021
1 parent 3591acc commit 3aaf88d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/image-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
- "api-admin@*"
- "api-internal@*"
- "api-public@*"

release:
types: # This configuration does not affect the page_build event above
- created

workflow_dispatch:
inputs:
Expand All @@ -22,6 +26,7 @@ on:
required: true
default: 'no'


jobs:
style:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3aaf88d

Please sign in to comment.