Skip to content

Commit

Permalink
Try eliminating branch specificity.
Browse files Browse the repository at this point in the history
  • Loading branch information
dondi authored Nov 6, 2024
1 parent 1cd43f3 commit 9de56c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: Node.js CI

on:
push:
branches: [ "issue-1118-github-actions" ]
pull_request:
branches: [ "issue-1118-github-actions" ]
on: [push]

jobs:
build:
Expand Down

0 comments on commit 9de56c9

Please sign in to comment.