Skip to content

Commit

Permalink
Creating stable/3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
digimach-auto committed Aug 3, 2021
1 parent f131ed3 commit 1fe5e92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build.yaml
Expand Up @@ -3,15 +3,15 @@ name: Docker Build
on:
push:
branches:
- main
- stable/3.0.0
paths-ignore:
- '*.md'
- .github/workflows/shell_linting.yaml
- .github/workflows/scripts/create_stable_branch/**
- .github/workflows/create_stable_branch.yaml
pull_request:
branches:
- main
- stable/3.0.0
paths-ignore:
- '*.md'
- .github/workflows/shell_linting.yaml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shell_linting.yaml
Expand Up @@ -2,13 +2,13 @@ name: Shell Linting
on:
push:
branches:
- main
- stable/3.0.0
paths:
- '**.sh'
- '**.yaml'
pull_request:
branches:
- main
- stable/3.0.0
paths:
- '**.sh'
- '**.yaml'
Expand Down

0 comments on commit 1fe5e92

Please sign in to comment.