Skip to content

Commit

Permalink
ci: misc changes to only run for certain contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 6, 2024
1 parent 11d8829 commit c0f1cfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test Runner

on: [push, pull_request, workflow_dispatch]
on:
push:
pull_request:
workflow_dispatch:

jobs:
tests:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/unity-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Unity Builder

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit c0f1cfb

Please sign in to comment.