Skip to content

Commit

Permalink
ci: Updated build action
Browse files Browse the repository at this point in the history
  • Loading branch information
maicol07 committed Aug 9, 2021
1 parent ce03d75 commit f244d0f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yml
@@ -1,12 +1,16 @@
name: Flarum Build
on: push
name: Buid JS

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: flarum/action-build@2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: flarum/action-build@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f244d0f

Please sign in to comment.