diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index 8e2cf6e..2fc355e 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -1,6 +1,6 @@ name: Compile run-name: ${{ github.actor }} is compiling -on [push] +on: [push] jobs: Compile: runs-on: ubuntu-latest