Skip to content

Commit

Permalink
ci: Change CI triggers for new branches
Browse files Browse the repository at this point in the history
  • Loading branch information
bressanmarcos committed Apr 11, 2022
1 parent 15bc3e4 commit 967e13e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ master, dev ]
branches: [ master, next, next-major ]
pull_request:
branches: [ master ]
branches: [ master, next, next-major ]
schedule:
- cron: '0 0 * * SAT'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docstr-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docstring Coverage

on:
push:
branches: [ master, dev ]
branches: [ master, next, next-major ]
pull_request:
branches: [ master, dev ]
branches: [ master, next, next-major ]

env:
RANGE: 50..75
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Release
on:
workflow_dispatch:
push:
branches:
- main
- master
branches: [ master ]

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

on:
push:
branches: [ master, dev ]
branches: [ master, next, next-major ]
pull_request:
branches: [ master, dev ]
branches: [ master, next, next-major ]


jobs:
Expand Down

0 comments on commit 967e13e

Please sign in to comment.