From b9e2fb619ebd9932b04b04b2be9a69bb43d056eb Mon Sep 17 00:00:00 2001 From: quentinchampenois <26109239+Quentinchampenois@users.noreply.github.com> Date: Thu, 2 May 2024 14:55:51 +0200 Subject: [PATCH] ci: Run on push --- .github/workflows/ci_emitter.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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}}"