Skip to content

Commit

Permalink
adds push event trigger for main branch to run on main after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Sep 3, 2024
1 parent bee989e commit 26c202f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run Unit Tests
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 26c202f

Please sign in to comment.