Skip to content

Commit

Permalink
update workflows to include develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptprivate authored Aug 13, 2024
1 parent f4e40f2 commit 14963fc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- develop

jobs:
build-and-deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Image CI

on:
push:
branches: [ "master" ]
branches: [ "master", "develop" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "develop" ]

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Linter

on:
pull_request:
- develop
branches:
- main
- develop
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/security-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ZARN SAST

on:
push:
branches: [ "main" ]
branches: [ "main", "develop" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "develop" ]
schedule:
- cron: '28 23 * * 1'

Expand Down

0 comments on commit 14963fc

Please sign in to comment.