Skip to content

Commit

Permalink
feat: add pr trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg committed May 14, 2024
1 parent c8b1f71 commit f2756d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/triggers-elementary-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Triggers Elementary Models
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
schedule:
- cron: 00 23 * * 1
workflow_dispatch:
Expand Down

0 comments on commit f2756d0

Please sign in to comment.