Skip to content

Commit

Permalink
Run css build only on "z*" tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Apr 2, 2024
1 parent 1e200b0 commit b4d93ba
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: "Build and deploy CSS"

on:
push:
branches:
- main
- master
tags:
- z*

jobs:
build:
Expand Down
22 changes: 22 additions & 0 deletions themes/AltTextImprovements/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"id": "net.saltssaumure.AltTextImprovements",
"name": "Alt Text Improvements",
"description": "Selectable and unobtrusive image descriptions.",
"author": [
{
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
}
],
"version": "1.0.0",
"updater": {
"type": "store",
"id": "net.saltssaumure.AltTextImprovements"
},
"license": "MIT",
"type": "replugged-theme",
"main": "scss/main.scss",
"source": "https://github.com/MiniDiscordThemes/Snippets/blob/main/AltTextImprovements",
"image": ["https://minidiscordthemes.github.io/Snippets/AltTextImprovements/preview/preview.avif"]
}

0 comments on commit b4d93ba

Please sign in to comment.