Skip to content

Commit

Permalink
Include push on branches too
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Nov 15, 2023
1 parent 001530a commit 7696a38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Node Tests

on:
push:
branches:
- develop
- release/*
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
branches:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: PHP Coding Standards

on:
push:
branches:
- develop
- release/*
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
branches:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Testing Suite

on:
push:
branches:
- develop
- release/*
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
branches:
Expand Down

0 comments on commit 7696a38

Please sign in to comment.