Skip to content

Commit 4414c62

Browse files
author
Thomas Danzl
committed
do add naming to github action workflow job so that it can be used in PR status checks + only run on PR to main
1 parent d5fa1c5 commit 4414c62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/devkit_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: DevKit Build
33
on:
44
workflow_dispatch:
55
pull_request:
6-
6+
branches: [ main ]
77
jobs:
88
build:
9+
name: Build_DevKit
910
runs-on: ubuntu-slim
1011

1112
steps:

0 commit comments

Comments
 (0)