Skip to content

Commit

Permalink
hotfix: allow triggering workflows manually
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast committed Apr 5, 2022
1 parent 28d725a commit 10e169b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ name: pre-commit
# pull_request:
# push:
# branches: [master, dev]
on: [pull_request]
on:
push:
pull_request:
# to trigger workflow manually from actions-tab
workflow_dispatch:

jobs:
pre-commit:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/testMaps.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: test_Maps

on: [push]
on:
push:
pull_request:
# to trigger workflow manually from actions-tab
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 10e169b

Please sign in to comment.