mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Enable only for main branch pushes or PRs
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -4,11 +4,11 @@
|
|||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
# Run this Build only for pushes / PRs to main branch
|
# Run this Build only for pushes / PRs to main branch
|
||||||
on: [push, pull_request]
|
on:
|
||||||
# push:
|
push:
|
||||||
# branches: main
|
branches: main
|
||||||
# pull_request:
|
pull_request:
|
||||||
# branches: main
|
branches: main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
Reference in New Issue
Block a user