Skip to content

Commit

Permalink
remove pull request trigger for build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-german committed Apr 12, 2024
1 parent 1dcc22c commit f6b1c7f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build Linux
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-macos-13.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build macOS 13 (Intel)
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: Build macOS (M1)
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build Windows
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
Expand Down

0 comments on commit f6b1c7f

Please sign in to comment.