Skip to content

Commit

Permalink
Update CI-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder authored Sep 2, 2024
1 parent a9a21da commit 1a62008
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI-builds.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: CI-builds
env:
MAIN: refs/heads/${{ github.event.repository.default_branch }}

on:
push:
branches: [ $MAIN ]
branches: [ "v2.7" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ $MAIN ]
branches: [ "v2.7" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down

0 comments on commit 1a62008

Please sign in to comment.