Skip to content

Commit

Permalink
ci(general): locks version and updates events (#36)
Browse files Browse the repository at this point in the history
* ci(general): locks version and updates events

* Update .github/workflows/ci.yml

---------

Co-authored-by: Steven Johnson <[email protected]>
  • Loading branch information
jmgilman and stevenj authored Sep 30, 2024
1 parent 88f3a5b commit b76122b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ name: CI

on:
push:
branches: [main]
pull_request:

permissions:
id-token: write
contents: write
packages: write
pull-requests: 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.0.1
with:
forge_version: latest

0 comments on commit b76122b

Please sign in to comment.