Skip to content

Commit

Permalink
ci: only run opam on opam.yml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Jul 24, 2024
1 parent b376d00 commit 5fdb547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build with opam
on:
push:
branches: [ partial_eval ]
paths: [ '*.opam', '.github/**' ]
paths: [ '*.opam', '.github/workflows/opam.yml' ]
pull_request:
paths: [ '*.opam', '.github/**' ]
paths: [ '*.opam', '.github/workflows/opam.yml' ]
workflow_dispatch:

# only run one instance of this action at a time.
Expand Down

0 comments on commit 5fdb547

Please sign in to comment.