Adding workflow validation

patch-1
sandeep 2021-08-02 01:47:58 +05:30
parent d416aea142
commit cda935f2c2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'projectdiscovery/nuclei-templates' && github.ref == 'refs/heads/master'
steps:
- name: Checkout Repo
uses: actions/checkout@master