Fix action #7

Merged
quentinlegot merged 15 commits from dev into master 2023-03-21 09:35:10 +01:00
Showing only changes of commit 265cb9b891 - Show all commits

View File

@ -4,12 +4,17 @@
# against bad commits. # against bad commits.
name: build name: build
on: [push, pull_request] on:
push:
branches: [ master, dev ]
pull_request_target:
branches: [ master, dev ]
jobs: jobs:
build: build:
strategy: strategy:
matrix: matrix:-
java: [ '17' ] java: [ '17' ]
# and run on both Linux and Windows # and run on both Linux and Windows
os: [ubuntu-latest, windows-2022] os: [ubuntu-latest, windows-2022]