Skip to content

Commit

Permalink
Don't run CI twice in PR's
Browse files Browse the repository at this point in the history
  • Loading branch information
Erk- committed Jun 15, 2024
1 parent cc42534 commit caf8545
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI

on:
workflow_dispatch:
pull_request:
push:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Docker build

on:
workflow_dispatch:
pull_request:
push:

jobs:
Expand Down

0 comments on commit caf8545

Please sign in to comment.