Skip to content

Commit

Permalink
Update push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers authored Feb 27, 2024
1 parent 78d07d3 commit a41cecd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Merge Testing
on: push
name: V3 Merge Testing
on:
push:
branches:
- version-3
env:
PNPTESTING_MSAL_GRAPH_CONFIG: ${{ secrets.PNPTESTING_MSAL_GRAPH_CONFIG }}
PNPTESTING_MSAL_GRAPH_SCOPES: ${{ secrets.PNPTESTING_MSAL_GRAPH_SCOPES }}
Expand All @@ -12,7 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
ref: version-3
# setup nodejs
- name: Use Node.js 16
uses: actions/setup-node@v3
Expand Down

0 comments on commit a41cecd

Please sign in to comment.