Skip to content

Commit 60d4f8e

Browse files
Copilotkalwalt
andcommitted
Update CI workflow to run on all branches and use ubuntu-24.04
Co-authored-by: kalwalt <1275858+kalwalt@users.noreply.github.com>
1 parent 9c43da0 commit 60d4f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-format-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Format and Lint
33
on:
44
pull_request:
55
push:
6-
branches: [main, dev, 'copilot/**']
6+
branches: ['**']
77

88
jobs:
99
format-lint:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
permissions:
1212
contents: read
1313
steps:

0 commit comments

Comments
 (0)