Skip to content

Commit

Permalink
Update script (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy authored Mar 25, 2024
1 parent 9f098b8 commit 059db09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI-build.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: CI Build
run-name: Build on branch ${{github.ref_name}} triggered by ${{github.actor}}

on:
workflow_dispatch:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
validate:
Expand Down

0 comments on commit 059db09

Please sign in to comment.