Skip to content

Commit

Permalink
Enable build action on all branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
rinrab committed Jan 10, 2024
1 parent 3145978 commit 748f18f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: Build and Test

on:
push:
branches: [ "master" ]
branches:
- '*'
paths-ignore:
- 'www/**'

pull_request:
branches: [ "master" ]
branches:
- '*'
paths-ignore:
- 'www/**'

Expand Down

0 comments on commit 748f18f

Please sign in to comment.