Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: build-test
on: [push, pull_request]
on:
push:
branches-ignore:
- dependabot/**
pull_request:
env:
# modules commonly excluded from builds as they have their own independent non-JVM setups and can be run in parallel.
# take care when modifying this list because GLVs use shell commands to remove themselves from this list and
Expand Down
Loading