Skip to content

Commit

Permalink
ci: Run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed May 2, 2024
1 parent 9a79bf9 commit b9e2fb6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci_emitter.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
name: "[CI] Emitter"
on:
push:
branches:
- develop
- release/*
- "*-stable"
pull_request:
branches-ignore:
- "chore/l10n*"
on: ["push"]

env:
CI: "true"
Expand Down Expand Up @@ -133,4 +125,4 @@ jobs:
gem build *.gemspec
gem push *.gem
env:
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"

0 comments on commit b9e2fb6

Please sign in to comment.