Skip to content

Commit

Permalink
chore: use simpler rake workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Jan 6, 2025
1 parent 61b1906 commit 806e301
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rake.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: rake

on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:
workflow_dispatch:

jobs:
rake:
uses: metanorma/ci/.github/workflows/graphviz-rake.yml@main
uses: metanorma/ci/.github/workflows/generic-rake.yml@main

0 comments on commit 806e301

Please sign in to comment.