Skip to content

Commit

Permalink
fix(gha): workflows and release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Jun 24, 2024
1 parent 07034ab commit 787c1d4
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 787c1d4

Please sign in to comment.