Skip to content

Commit

Permalink
ci(general): locks version and updates events
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 27, 2024
1 parent 6ddcf49 commit 4a0d620
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,6 +2,8 @@ name: CI

on:
push:
branches: [main]
pull_request:

permissions:
id-token: write
Expand All @@ -10,6 +12,6 @@ permissions:

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.0.0
with:
forge_version: latest

0 comments on commit 4a0d620

Please sign in to comment.