feature(BuildCalc) Added reset button, can change micro delay, and can alter timing interval again
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, closed]
|
||||
types: [ opened, synchronize, reopened, closed ]
|
||||
branches:
|
||||
- main
|
||||
|
||||
@@ -27,8 +27,8 @@ jobs:
|
||||
action: "upload"
|
||||
app_location: "IGP"
|
||||
api_location: ""
|
||||
output_location: "./wwwroot"
|
||||
|
||||
output_location: "./wwwroot"
|
||||
|
||||
close_pull_request_job:
|
||||
if: github.event_name == 'pull_request' && github.event.action == 'closed'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user