mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-21 19:05:28 +00:00
release workflow update
This commit is contained in:
parent
57d947f08e
commit
1956dab53b
5
.github/workflows/release-binary.yml
vendored
5
.github/workflows/release-binary.yml
vendored
@ -1,12 +1,13 @@
|
|||||||
name: 🎉 Release Binary
|
name: 🎉 Release Binary
|
||||||
on:
|
on:
|
||||||
create:
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user