Skip to content

Commit

Permalink
GitHubCI: stop restricting build+test jobs to release/next branch
Browse files Browse the repository at this point in the history
It is better to let contributors to FAKE run their proposed changes
in GitHubCI before they propose a PR. (Without this, they wouldn't know
if their changes break tests until they propose a PR.)
  • Loading branch information
knocte committed May 6, 2022
1 parent 562dfc6 commit 5bdb10f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: FAKE Build and Test

on:
push:
branches: [ release/next ]
pull_request:
branches: [ release/next ]
[push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 5bdb10f

Please sign in to comment.