Skip to content

Commit 1c61db6

Browse files
committed
try again
1 parent ea3b19c commit 1c61db6

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/build-eif.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
name: Build Enclaver Docker Image
22

33
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
84
workflow_dispatch:
95
inputs:
106
config_hash:
11-
description: 'SHA256 hash for the config'
12-
required: true
137
type: string
8+
description: 'SHA256 hash for the config'
9+
required: false
1410
default: "2b65fec23d880a003ebde5dc037a4e03b82fd6cbfa6d183f17a08bd0ca232bb9"
11+
push:
12+
branches:
13+
- main
14+
pull_request:
15+
branches:
16+
- main
17+
1518

1619
jobs:
1720
build:

0 commit comments

Comments
 (0)