Skip to content

Commit

Permalink
Merge pull request #165 from aldbr/main_FIX_release-please-with-relea…
Browse files Browse the repository at this point in the history
…se-please

fix(gha): workflows and release-please
  • Loading branch information
aldbr authored Jun 24, 2024
2 parents 07034ab + 787c1d4 commit 50cb8cb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
push:
branches-ignore:
- dependabot/**
- release-please-**
pull_request:

branches-ignore:
- release-please-**

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
push:
branches-ignore:
- dependabot/**
- release-please-**
pull_request:

branches-ignore:
- release-please-**

jobs:
commitlint:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
push:
branches-ignore:
- dependabot/**
- release-please-**
pull_request:

branches-ignore:
- release-please-**

jobs:
release-please:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
push:
branches-ignore:
- dependabot/**
- release-please-**
pull_request:

branches-ignore:
- release-please-**

defaults:
run:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches-ignore:
- dependabot/**
- release-please-**
pull_request:
branches-ignore:
- release-please-**

jobs:
build:
Expand Down

0 comments on commit 50cb8cb

Please sign in to comment.