Skip to content

Commit

Permalink
Merge pull request #4 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Version 1.1.0
  • Loading branch information
ricaun authored Jan 4, 2025
2 parents 7137a17 + 170f281 commit d2189b0
Show file tree
Hide file tree
Showing 19 changed files with 547 additions and 233 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/Publish.yml → .github/workflows/Build.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# ------------------------------------------------------------------------------
# Publish.yml
# Build.yml
# ------------------------------------------------------------------------------

name: Publish
name: Build

on:
push:
branches:
pull_request:
branches-ignore:
- master
- main
workflow_dispatch:

jobs:
Publish:
name: Publish
name: Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/Develop.yml

This file was deleted.

Loading

0 comments on commit d2189b0

Please sign in to comment.