Skip to content

Commit

Permalink
[Spinal][GA] Modified workflow triggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed Nov 3, 2024
1 parent 6bbb8aa commit e1f4215
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/spinal_build.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Build STM32 Project
on : [push, pull_request, workflow_dispatch]

on:
pull_request:
branches:
- main
push:
branches:
- main
# on:
# pull_request:
# branches:
# - main
# push:
# branches:
# - main

# enable manual triggering
workflow_dispatch:
# # enable manual triggering
# workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit e1f4215

Please sign in to comment.