Skip to content

Commit e7dbdfa

Browse files
author
Qinghao Shi
committed
update name
1 parent fe11a0e commit e7dbdfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_checks.yml renamed to .github/workflows/snippets_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# This workflow performs the checks like license check,
22
# doxygen, unit tests etc.
3-
name: Basic Checks
3+
name: Snippets Checks
44

55
on:
66
pull_request:
77
workflow_dispatch:
88
push:
99
branches:
10-
- master
10+
- development
1111

1212
jobs:
13-
license-check:
13+
Snippets-check:
1414
runs-on: ubuntu-latest
1515
container:
1616
image: ghcr.io/armmbed/mbed-os-env:master-latest

0 commit comments

Comments
 (0)