Skip to content

Commit c6caa1c

Browse files
Merge pull request #24 from ESP32Async/ci
Only run CI on main and release branches
2 parents 76bac7f + 61a4334 commit c6caa1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: Build
55
on:
66
workflow_dispatch:
77
push:
8+
branches:
9+
- main
10+
- release/*
811
pull_request:
912

1013
concurrency:

0 commit comments

Comments
 (0)