Skip to content

Commit

Permalink
Run on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jan 18, 2024
1 parent cfc077f commit 07f7627
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.ml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ let workflow ~oc ~env name f =

on:
push:
paths:
- 'src/**'
- '!src/tools/**'
- 'src_ext/**'
- 'dune'
- 'dune-project'
- '*.opam'
- 'Makefile*'
- 'configure*'
# paths:
# - 'src/**'
# - '!src/tools/**'
# - 'src_ext/**'
# - 'dune'
# - 'dune-project'
# - '*.opam'
# - 'Makefile*'
# - 'configure*'
pull_request:
paths:
- 'src/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/depexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- '.github/workflows/depexts.yml'
- '.github/scripts/depexts/**'
push:
paths:
- 'src/state/opamSysInteract.ml'
# paths:
# - 'src/state/opamSysInteract.ml'

defaults:
run:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Builds, tests & co

on:
push:
paths:
- 'src/**'
- '!src/tools/**'
- 'src_ext/**'
- 'dune'
- 'dune-project'
- '*.opam'
- 'Makefile*'
- 'configure*'
# paths:
# - 'src/**'
# - '!src/tools/**'
# - 'src_ext/**'
# - 'dune'
# - 'dune-project'
# - '*.opam'
# - 'Makefile*'
# - 'configure*'
pull_request:
paths:
- 'src/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '.github/workflows/scripts.yml'
- '.github/scripts/scripts/hygiene.sh'
- '.github/scripts/common/hygiene-preamble.sh'
push:

defaults:
run:
Expand Down

0 comments on commit 07f7627

Please sign in to comment.