Enable CI

This commit is contained in:
Jonatan Kłosko 2023-07-05 21:09:50 +02:00
parent 176cf69d64
commit d64b348973

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- "v*.*"
env:
otp: "25.0.4"
elixir: "1.14.2"
@ -55,7 +56,7 @@ jobs:
run: npm test --prefix assets
windows:
runs-on: windows-latest
if: github.ref == 'refs/heads/main'
if: github.event_name == 'push'
env:
MIX_ENV: test
steps:
@ -93,7 +94,7 @@ jobs:
macos:
runs-on: macos-latest
if: github.ref == 'refs/heads/main'
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- name: Cache Mix Deps