mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-29 17:27:46 +00:00
Add workflow_dispatch triggers to every workflow (#326)
Allows for easier testing.
This commit is contained in:
committed by
GitHub
parent
d02c4c2d68
commit
04c950a723
9
.github/workflows/codeql-analysis.yml
vendored
9
.github/workflows/codeql-analysis.yml
vendored
@ -12,13 +12,14 @@
|
||||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: "31 7 * * 3"
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
Reference in New Issue
Block a user