Skip to content

Commit

Permalink
Remove test branch from action workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Aug 13, 2024
1 parent 505c4ba commit 35d7d4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ name: Test
on:
workflow_dispatch:
branches:
- gtest-xrootd-system-test
- main
pull_request:
branches:
- main
push:
branches:
- main
- gtest-xrootd-system-test

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit 35d7d4f

Please sign in to comment.