Skip to content

Commit

Permalink
[github] Update workflows so they only run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Apr 11, 2023
1 parent e45d68a commit b9b297d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
on: [push, pull_request]
on: [push]

env:
inexor_build_type: "Release"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build Documentation
on: [push, pull_request]
on: push

jobs:
build_documentation:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Code Style
on: pull_request
on: push

jobs:
clang-format:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit_naming.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Commit Naming
on: [push, pull_request]
on: push

jobs:
naming:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Static Analysis
on: [push, pull_request]
on: push

jobs:
clang-tidy:
Expand Down

0 comments on commit b9b297d

Please sign in to comment.