mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:15:24 +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
|
||||
on:
|
||||
create:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user