Skip to content

Commit

Permalink
Merge pull request #503 from holisticode/run-gh-action-on-pr
Browse files Browse the repository at this point in the history
Run github action on PRs too
  • Loading branch information
uprendis authored Aug 17, 2023
2 parents 0342e5d + 51cf948 commit 9ba8424
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Check build

on: [push]
on:
push:
pull_request:
branches:
- develop
- master

jobs:
check-build:
Expand Down

0 comments on commit 9ba8424

Please sign in to comment.