Skip to content

Commit

Permalink
trigger workflows only on pull_requests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast committed Apr 5, 2022
1 parent 58b73dd commit 16f3260
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: pre-commit
# push:
# branches: [master, dev]
on:
push:
pull_request:
# to trigger workflow manually from actions-tab
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/testMaps.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: test_Maps

on:
push:
pull_request:
# to trigger workflow manually from actions-tab
workflow_dispatch:
Expand Down

0 comments on commit 16f3260

Please sign in to comment.