We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214fde1 commit 53b9420Copy full SHA for 53b9420
.github/workflows/esy.yml
@@ -1,7 +1,8 @@
1
name: Esy
2
on:
3
- - push
4
- - pull_request
+ push:
+ branches: [main]
5
+ pull_request:
6
7
# This will cancel previous runs when a branch or PR is updated
8
concurrency:
.github/workflows/opam.yml
name: Opam
@@ -24,7 +25,7 @@ jobs:
24
25
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
with:
27
submodules: "recursive"
-
28
+
29
- name: Setup node.js
30
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
31
0 commit comments