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

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