mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
ci: make required ci always run (#3278)
This commit is contained in:
@@ -2,8 +2,6 @@ name: Library Checks
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
|
||||||
- 'website/**'
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|||||||
@@ -15,15 +15,6 @@ on:
|
|||||||
- 'package.json'
|
- 'package.json'
|
||||||
- 'packages/**'
|
- 'packages/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ['main']
|
|
||||||
paths:
|
|
||||||
- 'website/**'
|
|
||||||
- '.github/workflows/site.yml'
|
|
||||||
- 'jsdoc2md.json'
|
|
||||||
- 'typedoc.json'
|
|
||||||
- 'package.json'
|
|
||||||
- 'packages/**'
|
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
merge_group:
|
merge_group:
|
||||||
@@ -89,7 +80,7 @@ jobs:
|
|||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
if: github.event_name != 'pull_request' && github.event_name != 'merge_group'
|
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
||||||
concurrency: deploy-site
|
concurrency: deploy-site
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
|
|||||||
Reference in New Issue
Block a user