Skip to content

Commit b8fdc4f

Browse files
authored
Merge pull request #50 from esp-idf-lib/issue_48
Issue 48
2 parents 254acb1 + 0f62c8a commit b8fdc4f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/run-spec.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name: Run rspec
33

44
on:
55
push:
6+
branches:
7+
- main
8+
pull_request:
9+
types:
10+
- opened
11+
- synchronize
12+
- reopened
13+
workflow_dispatch:
614

715
jobs:
816
run-rspec:

.github/workflows/verify-readme.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name: Verify README.md is up-to-date
33

44
on:
55
push:
6+
branches:
7+
- main
8+
pull_request:
9+
types:
10+
- opened
11+
- synchronize
12+
- reopened
13+
workflow_dispatch:
614

715
jobs:
816
verify-readme:

0 commit comments

Comments
 (0)