Skip to content

Commit

Permalink
Update Flarum Build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
therealsujitk committed Feb 13, 2024
1 parent e938107 commit c8a15cd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Build JavaScript assets
name: Flarum Build

on:
push:
branches:
- master
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
build:
runs-on: ubuntu-latest

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

0 comments on commit c8a15cd

Please sign in to comment.