Skip to content

More features & breaking v2 changes (#74) #38

More features & breaking v2 changes (#74)

More features & breaking v2 changes (#74) #38

Workflow file for this run

name: Build JavaScript assets
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: flarum/action-build@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}