Skip to content

Commit

Permalink
fix main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Jun 23, 2024
1 parent fb5f143 commit dc0d429
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ on:
branches:
- main

if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)

pull_request:
types: [closed]
branches:
- main

jobs:
build:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
Expand Down

0 comments on commit dc0d429

Please sign in to comment.