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

Run CI Actions on pull requests #53

Merged
merged 1 commit into from
Apr 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Run CI Actions on pull requests
Currently they only run on pushes to branches to this
repo, which doesn't work for external forks, etc.
  • Loading branch information
Chris Banes committed Apr 27, 2020
commit c3eb302f7a1f9f95e1fdf3d36fdefa98da15e157
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down