Skip to content

Commit

Permalink
trigger only on pull requests for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsaan-ullah committed Dec 7, 2024
1 parent d76552b commit e229b0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/competition_pipeline_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Competition Pipeline Test

on: [push, pull_request]
on:
pull_request:
branches: [master]

jobs:
competition-pipeline-test:
Expand Down

0 comments on commit e229b0f

Please sign in to comment.