run ci on all branches

This commit is contained in:
Kevin Leung
2025-02-24 16:39:09 +11:00
parent ed075bdab2
commit f6f77295d8

View File

@@ -2,9 +2,7 @@ name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
@@ -12,13 +10,13 @@ jobs:
strategy:
matrix:
os:
os:
- ubuntu-latest
- windows-latest
- macos-latest
steps:
- uses: actions/checkout@v2
- uses: ./
- run: lix
- run: lix install haxe stable
- uses: actions/checkout@v2
- uses: ./
- run: lix
- run: lix install haxe stable