Skip to content

Commit

Permalink
Merge pull request #1105 from kachkaev/fix-prettier
Browse files Browse the repository at this point in the history
Fix CI (update triggers, format files)
  • Loading branch information
JohannesKlauss authored Jan 4, 2024
2 parents 5079513 + daa2d0b commit 12e2021
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: CI
on: [push]

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 12e2021

Please sign in to comment.