mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-02-24 04:50:09 +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'
|
name: 'build-test'
|
||||||
on: # rebuild any PRs and main/dev branch changes
|
|
||||||
pull_request:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
paths-ignore:
|
||||||
- main
|
- '**.md'
|
||||||
- dev
|
pull_request:
|
||||||
- 'releases/*'
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build: # make sure build/ci work properly
|
build: # make sure build/ci work properly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user