We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1ddc commit 47246c7Copy full SHA for 47246c7
.github/workflows/gitguardian.yml
@@ -2,7 +2,14 @@
2
3
name: gitguardian
4
# Controls when the workflow will run
5
-on: [push, pull_request]
+on:
6
+ # Triggers the workflow on all pull request & push events to the master branch
7
+ push:
8
+ branches: [ master ]
9
+ pull_request:
10
11
+ # Allows you to run this workflow manually from the Actions tab
12
+ workflow_dispatch:
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
jobs:
15
# This workflow contains a single job named "ggscan"
0 commit comments