Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #56 from blinklabs-io/ci/restore-ci
Browse files Browse the repository at this point in the history
ci: restore ci tests
  • Loading branch information
wolf31o2 committed May 18, 2023
2 parents c6e1835 + 7437c34 commit 9974bbf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Ansible CI

on:
pull_request:
branches: [ "master" ]
branches: [ "main" ]
paths: [ 'ansible/**','runme.sh','.github/workflows/ci-ansible.yml' ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker CI

on:
pull_request:
branches: [ "master" ]
branches: [ "main" ]
paths: [ 'Dockerfile','client/**','public/**','server/**','src/**','*.ts','*.json','.github/workflows/ci-docker.yml' ]

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: JavaScript CI

on:
pull_request:
branches: [ "master" ]
branches: [ "main" ]
paths: [ 'client/**','server/**', 'src/**','*.ts','*.json','.github/workflows/ci-js.yml' ]

jobs:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
name: "CodeQL"

on:
# push:
# branches: [ "master", "main" ]
push:
branches: [ "main" ]
pull_request:
# # The branches below must be a subset of the branches above
branches: [ "master" ]
# schedule:
# - cron: '27 1 * * 5'
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '27 1 * * 5'

jobs:
analyze:
Expand Down

0 comments on commit 9974bbf

Please sign in to comment.