Legacy CI fix

This commit is contained in:
Ben Meadors 2022-02-25 16:52:54 -06:00 committed by GitHub
parent ab96579904
commit 756317e7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
name: Continuous Integration
name: Continuous Integration PR Checks (1.2 Legacy)
on:
# # Triggers the workflow on push but only for the master branch
push:
branches: [ master ]
branches: [ 1.2-legacy ]
paths-ignore:
- '**.md'
- '**.yml'
@ -10,7 +10,7 @@ on:
# Note: This is different from "pull_request". Need to specify ref when doing checkouts.
pull_request_target:
branches: [ master ]
branches: [ 1.2-legacy ]
paths-ignore:
- '**.md'
- '**.yml'