Skip to content

Commit

Permalink
Add pull_request webhook event
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsingh-007 committed Jan 26, 2024
1 parent f592e63 commit 393dba9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test
on:
pull_request:
branches-ignore:
- 'main'
- 'dependabot/**'
push:
branches-ignore:
- 'main'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Verify build
on:
pull_request:
branches-ignore:
- 'main'
- 'dependabot/**'
push:
branches-ignore:
- 'main'
Expand Down

0 comments on commit 393dba9

Please sign in to comment.