Skip to content

Commit

Permalink
👷📝 tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Nov 1, 2023
1 parent c68de34 commit 2f8308e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
main-root:
runs-on: ubuntu-latest
if: "github.ref == 'refs/heads/main' && github.repository == 'ebullient/ttrpg-convert-cli'"
if: github.ref == 'refs/heads/main' && github.repository == 'ebullient/ttrpg-convert-cli'
steps:
- name: Echo a message
id: is-main-root
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Of particular note are the varied monster templates:

**Note:** Entries marked with "🔥" indicate crucial or breaking changes that might affect your current setup.

### 🔖 ✨ 2.2.6: 5e support for generic and magic item variants
### 🔖 ✨ 2.2.12: 5e support for generic and magic item variants

Items may have variants, which are defined as a list in the `variants` attribute.

Expand Down

0 comments on commit 2f8308e

Please sign in to comment.