Skip to content

Commit

Permalink
run action for all commits and pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
chirayu committed Jul 18, 2023
1 parent cb71481 commit 905b00a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Build using GitHub Actions

on:
push:
branches: [ master ]
branches:
- master
- '*'
pull_request:
branches: [ master ]
branches:
- master
- '*'

jobs:

Expand Down

0 comments on commit 905b00a

Please sign in to comment.