Skip to content

Commit

Permalink
chore(ci): update GitHub workflows for maintenance-1
Browse files Browse the repository at this point in the history
  • Loading branch information
welschsn committed Aug 19, 2024
1 parent 903ffd1 commit bdd18b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: "CodeQL"

on:
push:
branches: [master]
branches: ['maintenance-1']
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: ['maintenance-1']
schedule:
- cron: '0 9 * * 5'

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Delivery
on:
push:
branches:
- master
- maintenance-1
paths-ignore:
# - '.github/**'
- '**/README.md'
Expand All @@ -18,7 +18,6 @@ env:

jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 10

Expand All @@ -29,7 +28,7 @@ jobs:
id: semanticversion
uses: mathieudutour/github-tag-action@v6.2
with:
release_branches: master
release_branches: maintenance-1
github_token: ${{ secrets.GITHUB_TOKEN }}
fetch_all_tags: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Integration
on:
push:
branches-ignore:
- master
- 'maintenance-1'
paths-ignore:
- '.github/**'
- '**/README.md'
Expand Down

0 comments on commit bdd18b2

Please sign in to comment.