Skip to content

Commit 6505fab

Browse files
committed
Set target triggers
1 parent 6bb7f1c commit 6505fab

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: smoke-tests-bare-metal
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
5-
- 'pstaszczuk/smoke-tests'
6-
workflow_dispatch:
6+
- main
7+
- 'maint-**'
8+
pull_request:
9+
branches:
10+
- main
11+
- 'maint-**'
712
env:
813
BUILD_TYPE: 'Release'
914
DPDK_VERSION: '25.03'

0 commit comments

Comments
 (0)