Skip to content

Commit 4bd1ddc

Browse files
authored
Update gitguardian.yml
1 parent 721fa4c commit 4bd1ddc

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/gitguardian.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22

33
name: gitguardian
44
# 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:
5+
on: [push, pull_request]
126
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
137
jobs:
14-
# This workflow contains a single job named "gitguardian"
15-
gitguardian:
8+
# This workflow contains a single job named "ggscan"
9+
ggscan:
1610
# The type of runner that the job will run on
1711
runs-on: ubuntu-latest
1812
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)