Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
H00N24 committed Dec 10, 2024
1 parent 2584132 commit 7ee5d20
Show file tree
Hide file tree
Showing 4 changed files with 544 additions and 11 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
test:
uses: ./workflow.yml
uses: ./workflow.yml@feat/initial-setup
secrets: inherit
with:
version: 7.0.0
use-beta: true
configurations: |-
tests/conf1.conf
Expand Down
Loading

0 comments on commit 7ee5d20

Please sign in to comment.