Skip to content

Commit

Permalink
removes CI trigger if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
bekiroguz committed Oct 7, 2024
1 parent 49b6a4a commit f1a977d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
contents: write
pull-requests: write
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f1a977d

Please sign in to comment.