Skip to content

Commit

Permalink
Merge pull request #39 from sbates130272/dev/stephen/fix-ci
Browse files Browse the repository at this point in the history
main: Update CI to work with main and not master.
  • Loading branch information
sbates130272 authored Nov 9, 2024
2 parents 3f362fd + 2b789de commit 39dbd95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: qemu-minimal-smoke-test

on:
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
ubuntu-smoke-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: qemu-minimal-spell-check

on:
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '**.md'
- '.wordlist.txt'
Expand Down

0 comments on commit 39dbd95

Please sign in to comment.