Skip to content

Commit 1ca1c98

Browse files
committed
[CI] Allow GitHub actions only on push on master
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 0856018 commit 1ca1c98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Continuous-Integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: STM32 Core Continuous Integration
22
on:
33
push:
4+
branches:
5+
- master
46
paths-ignore:
57
- '*.json'
68
- '**.md'

0 commit comments

Comments
 (0)