Skip to content

Commit

Permalink
Force compile to dispatch only
Browse files Browse the repository at this point in the history
  • Loading branch information
ogxd committed May 17, 2024
1 parent 1864e6f commit 7a2e98f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Cross Compile

on:
# Trigger when merged on main
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Manual trigger
workflow_dispatch:
# Trigger when merged on main
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]


env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 7a2e98f

Please sign in to comment.