Skip to content

Commit

Permalink
Minor Workflow Fix
Browse files Browse the repository at this point in the history
Fixed unexpected workflow build
  • Loading branch information
JHorvath-MaxetaTech authored and Xorcist77 committed Sep 28, 2021
1 parent 8379b36 commit 2757ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on tagged push events (with the pattern 'v*.*.*' but only for the main branch
# Triggers the workflow on tagged push events (with the pattern 'v*.*.*')
push:
branches: [ main ]
tags:
- 'v*.*.*'

Expand Down
2 changes: 1 addition & 1 deletion App.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Stateus icon acqiured from https://www.fatcow.com/free-icons (keyboard_magnify) -->
<!-- Stateus icon acquired from https://www.fatcow.com/free-icons (keyboard_magnify) -->
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
Expand Down

0 comments on commit 2757ab0

Please sign in to comment.