Skip to content

Commit

Permalink
chore(Continuous Integration): Harmonize actions, avoiding duplicate …
Browse files Browse the repository at this point in the history
…execution
  • Loading branch information
gremid committed Dec 17, 2024
1 parent 55a7c36 commit 62f7e06
Show file tree
Hide file tree
Showing 2 changed files with 5 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,12 +1,11 @@
name: rp
on:
push:

branches:
- 'master'
permissions:
contents: write
pull-requests: write

name: Release Please

jobs:
release-please:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: test
on:
workflow_call:
push:
branches-ignore:
- master
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 62f7e06

Please sign in to comment.