Skip to content

Commit

Permalink
Merge pull request #13 from trendmicro/feature/exec_workflow_push_dev
Browse files Browse the repository at this point in the history
Added workflow execution when push to develop branch
  • Loading branch information
t0mz06 authored Jan 16, 2024
2 parents 135617a + 0b157e2 commit 2dcdcf0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on:
push:
branches: [main]
branches: [main, develop]
pull_request:
branches: [develop]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: coverage

on:
push:
branches: [main]
branches: [main, develop]
pull_request:
branches: [develop]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lint

on:
push:
branches: [main]
branches: [main, develop]
pull_request:
branches: [develop]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test

on:
push:
branches: [main]
branches: [main, develop]
pull_request:
branches: [develop]

Expand Down

0 comments on commit 2dcdcf0

Please sign in to comment.