Skip to content

Commit

Permalink
Merge pull request #699 from WPMedia/run-ci-always
Browse files Browse the repository at this point in the history
chore: make the pull request lint and tests run against all PRs
  • Loading branch information
rmbrntt authored Mar 21, 2024
2 parents 3d3369e + c2016d9 commit c4e7ec6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Pull request builder
name: Pull request verification

on:
push:
branches: [prod]
branches: [develop, sandbox, prod]
pull_request:
branches: [prod]
branches: [develop, sandbox, prod]

jobs:
build:
Expand Down

0 comments on commit c4e7ec6

Please sign in to comment.