Skip to content

Commit

Permalink
Disable on push trigger (#2827)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEhlo authored Aug 9, 2024
1 parent 4885bab commit 744c441
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/platfotm-owasp.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# v1.2
name: Platform OWASP ZAP
on:
push:
paths-ignore:
- '.github/**'
- 'docs/**'
- 'build/**'
- 'README.md'
- 'LICENSE'
- '**/argoDeploy.json'
branches: [ dev ]
# push:
# paths-ignore:
# - '.github/**'
# - 'docs/**'
# - 'build/**'
# - 'README.md'
# - 'LICENSE'
# - '**/argoDeploy.json'
# branches: [ dev ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 744c441

Please sign in to comment.