Skip to content

Commit

Permalink
Run cabal actions on pushes to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
alunduil committed Jul 10, 2023
1 parent 0ed0cb2 commit 51e866b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Run cabal

on: [pull_request]
on:
pull_request:
push:
branches: [main]

permissions:
contents: read
Expand Down

0 comments on commit 51e866b

Please sign in to comment.