Skip to content

Commit

Permalink
Remove GH action trigger on pull requests (#1438)
Browse files Browse the repository at this point in the history
Currently, creating a pr will trigger to run the gh action twice. Remove the trigger `pull_request` to run only once.
  • Loading branch information
big-r81 authored May 22, 2024
1 parent 0cb53e2 commit 3ff143e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [ push, pull_request ]
on: [ push ]
jobs:
run-unit-tests:
name: Run unit tests
Expand Down

0 comments on commit 3ff143e

Please sign in to comment.