File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 22
33name : 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
137jobs :
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
You can’t perform that action at this time.
0 commit comments