We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da570d commit 4800edbCopy full SHA for 4800edb
1 file changed
.github/workflows/build.yml
@@ -0,0 +1,27 @@
1
+name: Build kernel packages
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - 'fpga-ofs-dev'
7
+ - 'fpga-ofs-dev-*-lts'
8
+ paths:
9
+ - '**'
10
+ - '!.github/**'
11
+ - '.github/workflows/build.yml'
12
13
+ pull_request:
14
15
16
17
18
19
20
21
22
+ workflow_dispatch:
23
24
+jobs:
25
+ build:
26
+ # https://docs.github.com/en/actions/using-workflows/reusing-workflows
27
+ uses: intel-innersource/applications.fpga.opae.linux-dfl/.github/workflows/build.yml@main
0 commit comments