Skip to content

Commit

Permalink
Clean up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Sep 7, 2024
1 parent 6dee56d commit 89beda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
paths-ignore:
- "docs/**"
- ".github/workflows/main-docker.yml"
tags:
- "v*"
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Main
name: Release
on:
push:
tags:
- v*
- "v*"
workflow_dispatch:
permissions:
contents: write
Expand Down

0 comments on commit 89beda1

Please sign in to comment.