Skip to content

Commit

Permalink
chore: run ci on merge commit to master target rather than the forked…
Browse files Browse the repository at this point in the history
… repos specific commit
  • Loading branch information
yohanelly95 committed Sep 19, 2024
1 parent 4f3048c commit 6a3f00b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Check branch
run: git branch

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 6a3f00b

Please sign in to comment.