Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/api-level-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Checks the SDK only using APIs from the targeted API level"

on:
on:
workflow_dispatch:
push:
branches:
- dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "CodeQL"

on:
workflow_dispatch:
push:
branches: [dev, master]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conflicting-pr-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: PullRequestConflicting
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:
push:
branches: [ master, dev ]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sample-build-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "samples build check"

on:
workflow_dispatch:
push:
paths:
- '**/*.java'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Static analysis with SonarCloud
on:
workflow_dispatch:
push:
branches:
- master
Expand Down