Skip to content

Commit

Permalink
Merge branch 'JumpCloudModule_TestGHActions' into SA-3607_GHA-CI_Work…
Browse files Browse the repository at this point in the history
…flow_KM
  • Loading branch information
kmaranionjc authored Oct 3, 2023
2 parents b4c7964 + 710625f commit 04cd882
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/powershell-module-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
name: PowerShell Module CI
on:
pull_request:
types: [opened, synchronize]
branches:
- 'JumpCloudModule/**'
# Branch with JumpCloudModule_ on it
- 'JumpCloudModule_/**'
jobs:
check_branch:
runs-on: ubuntu-latest
steps:
- name: Check Base Branch Name
run: |
if [[ ${{ github.ref }} == 'refs/heads/main' ]]; then
echo "This is the main branch"
exit 1
fi
clone:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 04cd882

Please sign in to comment.