Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Enable CI tests for PRs (#1907)
Browse files Browse the repository at this point in the history
With the current configuration, tests were running only for internal contributions (the ones with branches pushed to gobuffalo/buffalo).

This enables CI tests for PRs from forks.
  • Loading branch information
stanislas-m authored Feb 19, 2020
1 parent 3580837 commit bbdf703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Tests
on: [push]
on: [push, pull_request]
jobs:


Expand Down

0 comments on commit bbdf703

Please sign in to comment.