Skip to content

Commit

Permalink
Set build target branch to master and enabled workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
adrogin authored Jan 9, 2024
1 parent c1b3642 commit 817b2f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: NodeJS with Webpack

on:
push:
branches: [ $default-branch ]
branches: [ master ]
pull_request:
branches: [ $default-branch ]
branches: [ master ]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 817b2f7

Please sign in to comment.