Skip to content

Commit

Permalink
Fix trigger for Swagger UI update
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Aug 1, 2024
1 parent 761b368 commit 1406697
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/api-swagger-ui.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Build and Push Swagger-UI to R2 testnet-api-docs.spacemesh.network
name: Build and Push Swagger-UI

env:
go-version: "1.22"

on:
release:
types: [created]
# Allow manually triggering this workflow
workflow_dispatch:
push:
tags:
- '*'

jobs:
check-version:
Expand Down

0 comments on commit 1406697

Please sign in to comment.