diff --git a/.gitea/workflows/release-linux.yml b/.gitea/workflows/release-linux.yml index 22f1356..b8da3fb 100644 --- a/.gitea/workflows/release-linux.yml +++ b/.gitea/workflows/release-linux.yml @@ -1,10 +1,10 @@ name: Build and Package JRuby Rails App -on: - push: - branches: - - main - - second_try +#on: +# push: +# branches: +# - main +# - second_try jobs: build: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f11e780..b1267a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: pull_request: push: - branches: [ main ] + branches: [ main, second_try ] jobs: scan_ruby: