diff --git a/.github/workflows/ci_emitter.yml b/.github/workflows/ci_emitter.yml index 28bbc97..be16411 100644 --- a/.github/workflows/ci_emitter.yml +++ b/.github/workflows/ci_emitter.yml @@ -1,13 +1,5 @@ name: "[CI] Emitter" -on: - push: - branches: - - develop - - release/* - - "*-stable" - pull_request: - branches-ignore: - - "chore/l10n*" +on: ["push"] env: CI: "true" @@ -133,4 +125,4 @@ jobs: gem build *.gemspec gem push *.gem env: - GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}" \ No newline at end of file + GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"