mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Try and make tests run on pull requests. Update branch names on CodeQL analysis
This commit is contained in:
parent
a7eff6c999
commit
afa8408365
9
.github/workflows/codeql-analysis.yml
vendored
9
.github/workflows/codeql-analysis.yml
vendored
@ -13,12 +13,13 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop, stable ]
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ develop ]
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '22 11 * * 5'
|
||||
- cron: '22 11 * * 5'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Run Tests
|
||||
run-name: Run tests
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test-cli:
|
||||
|
Loading…
Reference in New Issue
Block a user