Skip to content

Commit 4467c53

Browse files
committed
- adds worfkow dispatch trigger to codeQL and api level lint
1 parent c407203 commit 4467c53

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)