Skip to content

Commit

Permalink
Run Opam Dependency Submission only on the master branch
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Jan 1, 2024
1 parent d26fd2c commit 6f405a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/opam-dependency-submission.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Opam Dependency Submission

on:
- push
push:
branches:
- master

concurrency:
group: opam-dependency-submission
Expand Down Expand Up @@ -29,4 +31,4 @@ jobs:
allow-prerelease-opam: true

- name: Opam Dependency Submission
uses: ocaml/setup-ocaml/analysis@analysis
uses: ocaml/setup-ocaml/analysis@v2

0 comments on commit 6f405a2

Please sign in to comment.