Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/esy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Esy
on:
- push
- pull_request
push:
branches: [main]
pull_request:

# This will cancel previous runs when a branch or PR is updated
concurrency:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/opam.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Opam
on:
- push
- pull_request
push:
branches: [main]
pull_request:

# This will cancel previous runs when a branch or PR is updated
concurrency:
Expand All @@ -24,7 +25,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
submodules: "recursive"

- name: Setup node.js
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
Expand Down