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 721fa4c commit 4bd1ddcCopy full SHA for 4bd1ddc
1 file changed
.github/workflows/gitguardian.yml
@@ -2,17 +2,11 @@
2
3
name: gitguardian
4
# Controls when the workflow will run
5
-on:
6
- # Triggers the workflow on all pull request events and all pushes to the master branch
7
- push:
8
- branches: [ master ]
9
- pull_request:
10
- # Allows you to run this workflow manually from the Actions tab
11
- workflow_dispatch:
+on: [push, pull_request]
12
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
13
jobs:
14
- # This workflow contains a single job named "gitguardian"
15
- gitguardian:
+ # This workflow contains a single job named "ggscan"
+ ggscan:
16
# The type of runner that the job will run on
17
runs-on: ubuntu-latest
18
# Steps represent a sequence of tasks that will be executed as part of the job
0 commit comments