Browse Source

ci: allow test/ branches for workflows

pull/2490/head
Maxim Prokhorov 2 years ago
parent
commit
c4727e4a0b
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .github/workflows/push.yml

+ 3
- 1
.github/workflows/push.yml View File

@ -2,7 +2,9 @@ name: PlatformIO Build
on:
push:
branches: [dev]
branches:
- dev
- 'test/**'
tags-ignore: '**'
pull_request:
branches: [dev]


Loading…
Cancel
Save