Skip to content

Commit

Permalink
Fix action (wrong branch name)
Browse files Browse the repository at this point in the history
  • Loading branch information
viercc committed Sep 12, 2024
1 parent 3a301a9 commit fe0b830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Test
on:
push:
branches: [ main ]
branches: [ master ]

env:
project-cabal-file: trie-simple.cabal
Expand Down

0 comments on commit fe0b830

Please sign in to comment.