Skip to content

Commit

Permalink
Adding workflow dispatch options for GHactions
Browse files Browse the repository at this point in the history
  • Loading branch information
ABenC377 committed Oct 17, 2024
1 parent e8d12e6 commit 1ec832d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/MAIN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Build"
# description: Build and test simeng on various OS with various compilers followed by benchmarking and a performance regression test followed by a clang format if all previous workflow succeed

on:
workflow_dispatch:

# workflow_call:
# push:
# branches:
Expand All @@ -11,7 +13,8 @@ on:
branches:
- dev
- main



# schedule:
# - cron: '0 0 */6 * *' # Runs every 6 days

Expand Down

0 comments on commit 1ec832d

Please sign in to comment.