Skip to content

Commit

Permalink
Initial version of new combined-haddock.yml workflow (#6182)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored Jun 6, 2024
1 parent f1f2e9f commit 88ad493
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/combined-haddock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Combined Haddock
on:
workflow_dispatch:
push:
branches:
- master
- release/**
jobs:
build-and-deploy-combined-haddock:
runs-on: [self-hosted, plutus-benchmark]
permissions:
contents: write
environment:
name: github-pages
steps:
- run: exit 0

0 comments on commit 88ad493

Please sign in to comment.