Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Update build workflow to only run on pull request to master or develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Allypost committed May 2, 2021
1 parent 72ede73 commit 02574b2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/try-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Try building
name: Build

on: pull_request
on:
pull_request:
branches:
- master
- develop

jobs:
try-building:
Expand Down

0 comments on commit 02574b2

Please sign in to comment.