Skip to content

Commit

Permalink
ci: Enable build action on pull request to any branch
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
(cherry picked from commit c431747)
  • Loading branch information
plexoos committed Dec 10, 2021
1 parent 9cfe49d commit 60182e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: CI Build

on:
pull_request:
branches: main
on: [pull_request]

jobs:
ROOT5:
Expand Down

0 comments on commit 60182e5

Please sign in to comment.