Skip to content

Commit

Permalink
ci: rename distribution workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Nov 8, 2024
1 parent c8a6005 commit 8a4218b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/api_platform.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: CI
name: Distribution update

on:
push:
tags:
- v*

env:
GH_TOKEN: ${{ github.token }}

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down

0 comments on commit 8a4218b

Please sign in to comment.