Skip to content

Commit

Permalink
Try run on either push or pull_request, but not both
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-williams-da committed Jul 25, 2024
1 parent a87c832 commit 28bb5ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ghc-lib-da-ghc-8.4.3.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: ghc-lib-da-ghc-8.4.3
on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]
jobs:
runhaskell:
name: ${{ matrix.os }}
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ghc-lib-ghc-9.10.1-ghc-9.8.2.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: ghc-lib-ghc-9.10.1-ghc-9.8.2
on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]
jobs:
runhaskell:
name: ${{ matrix.os }}
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ghc-lib-ghc-9.8.2-ghc-9.6.5.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: ghc-lib-ghc-9.8.2-ghc-9.6.5
on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]
jobs:
runhaskell:
name: ${{ matrix.os }}
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ghc-lib-ghc-master-ghc-9.10.1.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: ghc-lib-ghc-master-ghc-9.10.1
on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]
jobs:
runhaskell:
name: ${{ matrix.os }}
Expand Down

0 comments on commit 28bb5ee

Please sign in to comment.