Skip to content

Commit

Permalink
fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulritter committed Jan 31, 2024
1 parent 92806f6 commit 5add1f4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Shopware Plugin Release Workflow

on:
pull_request:
branches:
- main
paths:
- 'src/AdyenPaymentShopware6.php'
push:
branches:

# pull_request:
# branches:
# - main
# paths:
# - 'src/AdyenPaymentShopware6.php'

jobs:
build:
Expand Down

0 comments on commit 5add1f4

Please sign in to comment.