diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index f386b4a..95ee557 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -1,13 +1,13 @@ name: CI on: - # TODO: re-enable once runners are fixed push: - branches: [does_not_exist] # [ main ] - # pull_request: + branches: [main] + pull_request: jobs: ci: + if: false # TODO: remove once runners are fixed runs-on: docker container: image: rust:latest