Skip to content

Commit

Permalink
Fixed branch in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Aug 26, 2024
1 parent 742cd09 commit a205d93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Lint & Test
on:
push:
branches: [ jazzy ]
branches: [ humble ]
pull_request:
branches: [ jazzy ]
branches: [ humble ]
defaults:
run:
shell: bash
jobs:
Linting:
name: Lint Code Base
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit a205d93

Please sign in to comment.