Skip to content

Commit

Permalink
removed duplicate check at pr
Browse files Browse the repository at this point in the history
  • Loading branch information
bachish committed Jan 18, 2024
1 parent 4b5fd72 commit b34b240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build project

on: [ push, pull_request, workflow_dispatch ]
#workflow_dispatch -- for manual trigger
on: [ push, workflow_dispatch ]

jobs:
build:
Expand Down

0 comments on commit b34b240

Please sign in to comment.