Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed May 25, 2021
1 parent 327109e commit e24c4f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- master
tags:
- '*'
- '!**-classic'
paths-ignore:
- '.github/**'

jobs:
build:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags') == true || (!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]'))

steps:
- name: Checkout addon
Expand Down
2 changes: 0 additions & 2 deletions BadBoy.lua

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SimpleOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ close:SetPoint("TOPRIGHT", badboy, "TOPRIGHT", -5, -5)

local title = badboy:CreateFontString(nil, nil, "GameFontNormalLarge")
title:SetPoint("TOPLEFT", 16, -16)
title:SetText("BadBoy @project-version@") -- packager magic, replaced with tag version
title:SetText("BadBoy")

--[[ Show spam checkbox ]]--
local btnShowSpam = CreateFrame("CheckButton", nil, badboy, "OptionsBaseCheckButtonTemplate")
Expand Down

0 comments on commit e24c4f6

Please sign in to comment.