mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-02-23 12:20:10 +08:00
Build all branches on push, ignore md changes.
This commit is contained in:
parent
6d6c7fd57c
commit
b1f65935b2
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@ -1,11 +1,13 @@
|
||||
name: 'build-test'
|
||||
on: # rebuild any PRs and main/dev branch changes
|
||||
pull_request:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- 'releases/*'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build: # make sure build/ci work properly
|
||||
|
Loading…
x
Reference in New Issue
Block a user