Skip to content

Commit

Permalink
Remove "on push:" and "paths:" filters to create these artifacts for …
Browse files Browse the repository at this point in the history
…all PRs
  • Loading branch information
adamziel committed Oct 17, 2023
1 parent 72748f7 commit 0be11e1
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,11 @@
name: Build WordPress

on:
push:
branches:
- trunk
- '3.[7-9]'
- '[4-9].[0-9]'
tags:
- '[0-9]+.[0-9]'
- '[0-9]+.[0-9].[0-9]+'
pull_request:
branches:
- trunk
- '3.[7-9]'
- '[4-9].[0-9]'
paths:
# These files configure npm. Changes could affect the outcome.
- 'package*.json'
# JavaScript files are built using npm.
- '**.js'
# CSS and SCSS files are built using npm.
- '**.scss'
- '**.css'
# Changes to workflow files should always verify all workflows are successful.
- '.github/workflows/**.yml'
workflow_dispatch:

# Cancels all previous workflow runs for pull requests that have not completed.
Expand Down

0 comments on commit 0be11e1

Please sign in to comment.