Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf3s authored Sep 10, 2024
1 parent 37faf16 commit 078d4cb
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Continuous Integration

on: [push, pull_request]
# push:
# branches-ignore:
# - build_windows_dependencies
# pull_request:
# branches-ignore:
# - build_windows_dependencies

on:
push:
branches-ignore:
- build_windows_dependencies
pull_request:
branches-ignore:
- build_windows_dependencies
jobs:
build:
name: ${{ matrix.config.name }}
Expand Down

0 comments on commit 078d4cb

Please sign in to comment.