Adding github head ref

Adding the branch that is requesting the pull request in order to run the file on that branch exclusively
This commit is contained in:
Ebrahem Farooqui
2021-03-01 16:06:02 -08:00
committed by GitHub
parent e99398ceab
commit 62274fdb23

View File

@@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2-beta
with:
node-version: '12'