Skip to content

Commit

Permalink
for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Oct 13, 2021
1 parent 3e4cc52 commit 5f5cd9e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/depexts.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: depexts
on: push
on: pull_request
# pull_request:
# paths:
# - 'src/state/opamSysInteract.ml'
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ on:
- 'Makefile*'
- 'configure*'
- '.github/**'
pull_request:
paths:
- 'src/**'
- '!src/tools/**'
- 'src_ext/**'
- 'dune'
- 'dune-project'
- '*.opam'
- 'Makefile*'
- 'configure*'
- '.github/**'
# pull_request:
# paths:
# - 'src/**'
# - '!src/tools/**'
# - 'src_ext/**'
# - 'dune'
# - 'dune-project'
# - '*.opam'
# - 'Makefile*'
# - 'configure*'
# - '.github/**'
# paths-ignore:
# - 'release/**'
# - 'shell/**'
Expand Down

0 comments on commit 5f5cd9e

Please sign in to comment.