Skip to content

Commit

Permalink
feat: add pull_request trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg committed Apr 1, 2024
1 parent 8e7847a commit a3ed7bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/elementary.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy Elementary Report
on: workflow_dispatch
on:
pull_request:
branches: [ "main", "master" ]
workflow_dispatch:
jobs:
elementary:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a3ed7bd

Please sign in to comment.