Skip to content

Commit

Permalink
Change how Release please is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Aug 5, 2023
1 parent 292939b commit 6be9ff4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Run release-please

on:
push:
branches:
- develop
workflow_dispatch:

env:
RUBY_VERSION: 3.2.0
Expand All @@ -11,7 +10,7 @@ env:
jobs:
release-please:
runs-on: ubuntu-latest
if: github.repository_owner == 'openfoodfacts'
if: github.triggering_actor == 'teolemon' || github.triggering_actor == 'stephanegigandet' || github.triggering_actor == 'g123k' || github.triggering_actor == 'monsieurtanuki' ||github.triggering_actor == 'M123-dev'
outputs:
release_created: ${{ steps.release_please.outputs.release_created }}
major: ${{ steps.release_please.outputs.major }}
Expand Down

0 comments on commit 6be9ff4

Please sign in to comment.