Skip to content

Commit b7140a1

Browse files
authored
chore: Make codeql workflow dispatchable (#229)
1 parent 07bc08b commit b7140a1

3 files changed

Lines changed: 7 additions & 33 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Security Analysis
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches: [master, main]
6+
branches:
7+
- master
8+
- main
9+
- "release-please--**"
610
pull_request:
711
branches: [master, main]
812
schedule:

docker/docker-compose-up.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ $scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
55
docker-compose -f "$scriptDir/docker-compose.yml" up `
66
--build `
77
--force-recreate `
8+
--no-cache `
89
--remove-orphans `
9-
--detach
10+
--detach

docker/rebuild.ps1

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)