Skip to content

Commit

Permalink
Merge pull request #101 from TiagoFar78/update-pipeline
Browse files Browse the repository at this point in the history
Update compile-and-check-format.yml
  • Loading branch information
TiagoFar78 authored Mar 30, 2024
2 parents 0ae7458 + 4a05af5 commit 0d87a8c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/compile-and-check-format.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
name: Java CI

on: [push]
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0d87a8c

Please sign in to comment.