Skip to content

Commit e10d1fc

Browse files
committed
fixup! Add basic GitHub Actions workflow
Signed-off-by: Spencer Wilson <[email protected]>
1 parent a1b961f commit e10d1fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/java.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: liboqs-java CI
22

3+
on:
4+
push:
5+
branches: ["**"]
6+
pull_request:
7+
branches: ["**"]
8+
repository_dispatch:
9+
types: ["**"]
10+
311
jobs:
412
workflowcheck:
513
name: Check validity of GitHub workflows

0 commit comments

Comments
 (0)