Skip to content

Commit

Permalink
Remove branch exceptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Nov 5, 2023
1 parent 5a51893 commit 4864e73
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: C/C++ build

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
on: [push, pull_request]

env:
release: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) }}
Expand Down Expand Up @@ -249,7 +245,7 @@ jobs:
repository: CxxTest/cxxtest
ref: '4.4'
path: cxxtest
- name : Configure CxxTest
- name: Configure CxxTest
working-directory: cxxtest
run: |
cp python/python3/cxxtest/*.py cxxtest/.
Expand Down Expand Up @@ -311,7 +307,7 @@ jobs:
repository: CxxTest/cxxtest
ref: '4.4'
path: cxxtest
- name : Configure CxxTest
- name: Configure CxxTest
working-directory: cxxtest
run: |
cp python/python3/cxxtest/*.py cxxtest/.
Expand Down

0 comments on commit 4864e73

Please sign in to comment.