mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 02:35:08 +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
|
||||
on:
|
||||
@ -6,8 +6,10 @@ on:
|
||||
pull_request:
|
||||
types: [ closed ]
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'modules/**'
|
||||
- 'minter/*.json'
|
||||
- 'minter/*.js'
|
||||
- 'minter/**'
|
||||
- '.github/workflows/deploy-minter.yml'
|
||||
branches:
|
||||
- main
|
||||
|
||||
@ -16,8 +18,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '*.json'
|
||||
- '*.js'
|
||||
- 'minter/*.json'
|
||||
- 'minter/*.js'
|
||||
- 'minter/**'
|
||||
- '.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
|
||||
on:
|
||||
@ -6,8 +6,10 @@ on:
|
||||
pull_request:
|
||||
types: [ closed ]
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'modules/**'
|
||||
- 'website/*.json'
|
||||
- 'website/*.js'
|
||||
- 'website/**'
|
||||
- '.github/workflows/deploy-website.yml'
|
||||
branches:
|
||||
- main
|
||||
|
||||
@ -16,8 +18,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '*.json'
|
||||
- '*.js'
|
||||
- 'website/*.json'
|
||||
- 'website/*.js'
|
||||
- 'website/**'
|
||||
- '.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