Skip to content

Commit

Permalink
Don't run workflows twice on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
braxtons12 committed Mar 6, 2024
1 parent cd5948e commit 1c04732
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: CMake
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]

jobs:
build-linux-gcc-13-x64:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Update Documentation
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: XMake
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]

jobs:
build-linux-gcc-13-x64:
Expand Down

0 comments on commit 1c04732

Please sign in to comment.