Skip to content

Commit

Permalink
ci: update push and pr rules
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Sep 26, 2023
1 parent 2d9d33f commit 15cbe9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ name: "CodeQL"

on:
push:
branches:
- 3.x
- 4.x
branches: [ '*.x' ]
pull_request:
# The branches below must be a subset of the branches above
branches:
- 3.x
- 4.x
branches: [ '*.x' ]
schedule:
- cron: '23 0 * * 5'

Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Tests
on:
push:
branches:
- 3.x
- 4.x
branches: [ '*.x' ]
pull_request:
branches:
- 3.x
- 4.x
branches: [ '*.x' ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 15cbe9f

Please sign in to comment.