Skip to content

Commit 47246c7

Browse files
authored
Update gitguardian.yml
1 parent 4bd1ddc commit 47246c7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/gitguardian.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
name: gitguardian
44
# Controls when the workflow will run
5-
on: [push, pull_request]
5+
on:
6+
# Triggers the workflow on all pull request & push events to the master branch
7+
push:
8+
branches: [ master ]
9+
pull_request:
10+
branches: [ master ]
11+
# Allows you to run this workflow manually from the Actions tab
12+
workflow_dispatch:
613
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
714
jobs:
815
# This workflow contains a single job named "ggscan"

0 commit comments

Comments
 (0)