Skip to content

Commit

Permalink
changed BITsv5 Test auto build to only trigger on pushes to BITSv5 te…
Browse files Browse the repository at this point in the history
…st code
  • Loading branch information
Michael Shipman committed Jan 27, 2024
1 parent be7a4be commit eea01be
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# This is a basic workflow to help you get started with Actions

name: Build BITSv5
name: Build BITSv5 Test

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: ["master"]
pull_request:
branches: ["master"]
paths: ["BITSv5/test/*"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit eea01be

Please sign in to comment.