Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Paizo committed Jun 29, 2024
1 parent 518ff77 commit 128d6c4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
on: [push, workflow_run]
on:
push:
branches:
- main
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'info'

jobs:
fteqcc_job:
Expand Down

0 comments on commit 128d6c4

Please sign in to comment.