Skip to content

Commit

Permalink
chore(workflows): update workflow files to include v2 branch in branch
Browse files Browse the repository at this point in the history
filtering for push and pull_request events to align with project requirements
  • Loading branch information
TGTGamer committed Feb 19, 2024
1 parent 50f0037 commit 07f6b1f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,22 @@ env:
DO_NOT_TRACK: '1'

on:
pull_request:
branches: ['dev', 'main', 'v2']
merge_group:
push:
branches:
- main
- develop
- release/*
- v2
pull_request:
branches:
- main
- develop
- release/*
- v2

permissions:
contents: read

jobs:
build-test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ on:
- main
- develop
- release/*
- v2
pull_request:
branches:
- main
- develop
- release/*
- v2
schedule:
- cron: "0 0 * * 1"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/security-defender-for-devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ on:
- main
- develop
- release/*
- v2
pull_request:
branches:
- main
- develop
- release/*
- v2
schedule:
- cron: '34 12 * * 0'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/security-ossar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ on:
- main
- develop
- release/*
- v2
pull_request:
branches:
- main
- develop
- release/*
- v2
schedule:
- cron: '41 3 * * 5'

Expand Down

0 comments on commit 07f6b1f

Please sign in to comment.