Skip to content

Commit ef4f94d

Browse files
authored
Merge pull request #879 from microsoftgraph/feature/worfklow-dispatch
- adds worfkow dispatch trigger to codeQL and api level lint
2 parents d4157e2 + 4467c53 commit ef4f94d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/api-level-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Checks the SDK only using APIs from the targeted API level"
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- dev

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "CodeQL"
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [dev, master]
67
pull_request:

0 commit comments

Comments
 (0)