Skip to content

Commit

Permalink
Only run IIS workflow on release
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Feb 22, 2021
1 parent 587e10d commit 9700f0e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scan_iis_server.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Scan IIS Web Server


on: push
on:
push:
branches: [ release ]
pull_request:
branches: [ release ]

jobs:
build:
Expand Down

0 comments on commit 9700f0e

Please sign in to comment.