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 e919d0a commit ec775f5Copy full SHA for ec775f5
.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
jobs:
8
build:
.github/workflows/opam.yml
name: Opam
0 commit comments