mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Update build.yml to not limit by branch
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -3,12 +3,8 @@
|
|||||||
# https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-nodejs
|
# https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-nodejs
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
# Run this Build only for pushes / PRs to main branch
|
# Run this Build for all pushes / PRs to current branch
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches: main
|
|
||||||
pull_request:
|
|
||||||
branches: main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
Reference in New Issue
Block a user