Skip to content

Commit

Permalink
added manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
mizrael committed Dec 30, 2021
1 parent ec6a4ce commit e30e2e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
name: "CodeQL"

on:
workflow_dispatch:
push:
branches:
- develop
Expand All @@ -27,8 +28,8 @@ on:
- 'src/**'
- 'tests/**'
schedule:
- cron: '37 10 * * 6'

- cron: '37 10 * * 6'
jobs:
analyze:
name: Analyze
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: NuGet Generation

on:
workflow_dispatch:
release:
types:
- prereleased
Expand Down

0 comments on commit e30e2e7

Please sign in to comment.