Split workflows (#2071)
This commit is contained in:
committed by
GitHub
parent
c0563b6574
commit
98c2d2124e
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -1,10 +1,12 @@
|
||||
name: build
|
||||
|
||||
on: [pull_request, push]
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
|
||||
if: github.repository_owner == 'IntellectualSites'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
||||
Reference in New Issue
Block a user