Skip to content

Commit

Permalink
Merge pull request #13 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
DEV: added automated testing of all non-develop branches
  • Loading branch information
GavinHuttley authored Oct 9, 2023
2 parents c5191b7 + a7f097f commit ba7e0cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches-ignore:
- master
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches-ignore:
- master
schedule:
- cron: '39 20 * * 6'

Expand All @@ -33,8 +34,6 @@ jobs:
fail-fast: false
matrix:
language: [ 'python' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Checkout repository
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/testing_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: CI

on:
push:
branches: [ "master"]
branches-ignore:
- master
pull_request:
branches: [ "master"]
branches-ignore:
- master

jobs:
tests:
Expand Down

0 comments on commit ba7e0cc

Please sign in to comment.