mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-06 02:45:09 +02:00
Add bettter CI paths and remove unneeded images
This commit is contained in:
parent
ac364eecbd
commit
423a1a5cf8
12
.github/workflows/deploy-minter.yaml
vendored
12
.github/workflows/deploy-minter.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Deploy Frontend on push/merge
|
name: Deploy Minter on push/merge
|
||||||
|
|
||||||
# Only trigger on PR/push and only for frontend files
|
# Only trigger on PR/push and only for frontend files
|
||||||
on:
|
on:
|
||||||
@ -6,8 +6,10 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
types: [ closed ]
|
types: [ closed ]
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'minter/*.json'
|
||||||
- 'modules/**'
|
- 'minter/*.js'
|
||||||
|
- 'minter/**'
|
||||||
|
- '.github/workflows/deploy-minter.yml'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
@ -16,8 +18,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '*.json'
|
- 'minter/*.json'
|
||||||
- '*.js'
|
- 'minter/*.js'
|
||||||
- 'minter/**'
|
- 'minter/**'
|
||||||
- '.github/workflows/deploy-minter.yml'
|
- '.github/workflows/deploy-minter.yml'
|
||||||
|
|
||||||
|
12
.github/workflows/deploy-website.yml
vendored
12
.github/workflows/deploy-website.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Deploy Frontend on push/merge
|
name: Deploy Website on push/merge
|
||||||
|
|
||||||
# Only trigger on PR/push and only for frontend files
|
# Only trigger on PR/push and only for frontend files
|
||||||
on:
|
on:
|
||||||
@ -6,8 +6,10 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
types: [ closed ]
|
types: [ closed ]
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'website/*.json'
|
||||||
- 'modules/**'
|
- 'website/*.js'
|
||||||
|
- 'website/**'
|
||||||
|
- '.github/workflows/deploy-website.yml'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
@ -16,8 +18,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '*.json'
|
- 'website/*.json'
|
||||||
- '*.js'
|
- 'website/*.js'
|
||||||
- 'website/**'
|
- 'website/**'
|
||||||
- '.github/workflows/deploy-website.yml'
|
- '.github/workflows/deploy-website.yml'
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.6 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
Before Width: | Height: | Size: 887 KiB |
Loading…
x
Reference in New Issue
Block a user