Skip to content

Commit

Permalink
CI: prepare for v7
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie authored and yadij committed Feb 3, 2025
1 parent 9c55e85 commit acc944d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 48 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/coverity-scan.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/quick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ name: PR commit
on:
push:
# test commits on this branch and staged commits
branches: [ "master", "auto" ]
branches: [ "v7", "auto" ]

pull_request:
# test PRs targeting this branch code
branches: [ "master" ]
branches: [ "v7" ]

# allows to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit acc944d

Please sign in to comment.