Skip to content

Commit c0f5c16

Browse files
author
Alvaro Muñoz
authored
Merge pull request #71 from GitHubSecurityLab/fix_build
Rename build workflow and job
2 parents 7e5b552 + 30729fb commit c0f5c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
compile:
9+
compile-and-test:
1010
runs-on: ubuntu-latest
1111

1212
strategy:

0 commit comments

Comments
 (0)