Skip to content

Commit

Permalink
change branch for push and pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
berniceu authored May 17, 2024
1 parent 330f4cc commit 3b7d373
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

name: Code Crafters E-commerce CI

on: [push, pull_request]
on:
push:
branches:
- ft-friday-demo
pull_request:
branches:
- ft-friday-demo

jobs:
build:
Expand Down

0 comments on commit 3b7d373

Please sign in to comment.