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 66fa4f8 commit 71a9fc6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.ml
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
6 changes: 3 additions & 3 deletions .github/workflows/depexts.yml
Expand Up @@ -7,9 +7,9 @@ on:
- '.github/workflows/depexts.yml'
- '.github/scripts/depexts/**'
push:
paths:
- 'master'
- '2.**'
# paths:
# - 'master'
# - '2.**'

defaults:
run:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -17,9 +17,9 @@ on:
- '!tests/bench/**'
- 'shell/'
push:
branches:
- 'master'
- '2.**'
# branches:
# - 'master'
# - '2.**'

env:
OPAMBSVERSION: 2.1.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scripts.yml
Expand Up @@ -8,9 +8,9 @@ on:
- '.github/scripts/scripts/hygiene.sh'
- '.github/scripts/common/hygiene-preamble.sh'
push:
branches:
- 'master'
- '2.**'
# branches:
# - 'master'
# - '2.**'

defaults:
run:
Expand Down

0 comments on commit 71a9fc6

Please sign in to comment.