Skip to content

Commit 91626f2

Browse files
authored
ci: updates to latest version (#5)
1 parent 9341a77 commit 91626f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: CI
22

33
on:
44
push:
5+
branches: [master]
6+
pull_request:
57

68
permissions:
79
id-token: write
810
contents: write
911
packages: write
1012
jobs:
1113
ci:
12-
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@master
14+
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.1.0
1315
with:
1416
forge_version: latest

0 commit comments

Comments
 (0)