Now uncommenting the if statement in detection testing.

This commit is contained in:
pyth0n1c
2021-08-03 15:51:30 -07:00
parent e2b9bc79cf
commit f90791d73f
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
#Doesn't seem like it actually has any dependencies...
#needs: [validate-content, build-sources, build-package, run-appinspect, create-report, update-sources-github, publish-github-release, attack-range-update, master-api-update]
#Only run when tagged
#if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout Repo
uses: actions/checkout@v2