Skip to content

Commit

Permalink
ci: updates to latest version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman authored Oct 3, 2024
1 parent 9341a77 commit 91626f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: CI

on:
push:
branches: [master]
pull_request:

permissions:
id-token: write
contents: write
packages: write
jobs:
ci:
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@master
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.1.0
with:
forge_version: latest

0 comments on commit 91626f2

Please sign in to comment.