Add bettter CI paths and remove unneeded images

This commit is contained in:
Mentor Palokaj 2021-10-16 13:53:19 +02:00
parent ac364eecbd
commit 423a1a5cf8
5 changed files with 14 additions and 10 deletions

View File

@ -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'

View File

@ -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