Skip to content

Try to run CI for all branches #1346

Try to run CI for all branches

Try to run CI for all branches #1346

Workflow file for this run

name: CI
on:
push:
branches: **

Check failure on line 5 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
pull_request:
types:
- synchronize
- ready_for_review
permissions:
id-token: write
contents: write
packages: write
pull-requests: write
jobs:
ci:
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.5.1
with:
forge_version: 0.8.0
test_reporting:
if: always()
needs: ci
uses: ./.github/workflows/generate-allure-report.yml