Skip to content

Commit

Permalink
Fix branch name in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Aug 18, 2024
1 parent 852659d commit 8bd9715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Haskell CI
name: CI

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

jobs:
build:
Expand Down

0 comments on commit 8bd9715

Please sign in to comment.