mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 16:15:27 +00:00
25 lines
496 B
YAML
25 lines
496 B
YAML
name: 🔨 Release Test
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- '**.go'
|
|
- '**.mod'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
release-test:
|
|
if: "! endsWith(github.actor, '[bot]')"
|
|
runs-on: ubuntu-latest-16-cores
|
|
steps:
|
|
- name: "Check out code"
|
|
uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0
|
|
|
|
- name: Set up Go
|
|
uses: projectdiscovery/actions/setup/go@v1
|
|
|
|
- name: Release snapshot
|
|
uses: projectdiscovery/actions/goreleaser@v1
|