Skip to content

Commit

Permalink
Only run release on manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Oct 2, 2024
1 parent 4ec5eb1 commit 363c8ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Release job
on:
workflow_dispatch:
inputs: {}
push:
branches: [ mirror/master ]
paths-ignore:
- '.github/**'
- '*.yml'
- '*.json'
- '*.config'
- '*.md'
#push:
# branches: [ mirror/release ]
# paths-ignore:
# - '.github/**'
# - '*.yml'
# - '*.json'
# - '*.config'
# - '*.md'

concurrency: release

Expand Down

0 comments on commit 363c8ac

Please sign in to comment.