Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Run build job on non-master branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortein committed Mar 1, 2021
1 parent 7a52aa4 commit 9024409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref != 'refs/heads/master'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9024409

Please sign in to comment.