Skip to content

Commit

Permalink
Merge pull request #43 from YarnSpinnerTool/update_ci_triggers
Browse files Browse the repository at this point in the history
update CI triggers to include pull_request
  • Loading branch information
dogboydog authored Apr 5, 2024
2 parents 9a02d30 + ed2e9ce commit c835c33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/continuous_build_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Continuous Build and Test

on:
push:
branches-ignore:
- 'dev'
branches:
- 'develop'
paths-ignore:
# don't need to re-run the build for now if only markdown changes
- '**/*.md'
- 'docs/**'
pull_request:
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_NOLOGO: true
Expand Down Expand Up @@ -56,4 +57,4 @@ jobs:
run: |
godot --headless --path . --verbose -e --build-solutions --quit
dotnet build
timeout-minutes: 2
timeout-minutes: 3

0 comments on commit c835c33

Please sign in to comment.