Skip to content

Commit

Permalink
Merge pull request #372 from NREL/action-triggers
Browse files Browse the repository at this point in the history
Add GitHub Action triggers for manual and nightly builds
  • Loading branch information
GUI authored Dec 30, 2024
2 parents 10dc09f + d55ad6b commit bea24fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI

on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "8 5 * * *"

jobs:
build:
Expand Down

0 comments on commit bea24fb

Please sign in to comment.