Skip to content

Commit

Permalink
update workflow triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Mirz <[email protected]>
  • Loading branch information
m-mirz committed Mar 25, 2024
1 parent 16198ac commit ba700b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-doc

on: workflow_dispatch
on: push

jobs:

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: build-gh-pages

on: [push]
#on: workflow_dispatch
on: workflow_dispatch

jobs:
build-gh-pages:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-src.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: build-src

#on: [push]
on: workflow_dispatch
on: push

jobs:
build-src-IEC61970_16v29a_IEC61968_12v08:
Expand Down

0 comments on commit ba700b7

Please sign in to comment.