1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 10:38:13 +00:00

fix: Prevent lengthy compilation workflows to run needlessly (#4804)

This commit is contained in:
Berbe 2023-02-11 01:51:37 +01:00 committed by GitHub
parent 39acf93f1a
commit 065facc07c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -3,8 +3,14 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- '.github/**'
schedule:
- cron: '29 14 * * 1'

View file

@ -3,9 +3,15 @@ on:
push:
branches:
- 'main'
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches:
- 'main'
paths-ignore:
- 'docs/**'
- '.github/**'
jobs:
decide-what-jobs-to-run:
runs-on: ubuntu-22.04