We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e49d39 commit b3514dbCopy full SHA for b3514db
.github/workflows/coding-standards.yml
@@ -4,12 +4,13 @@ on:
4
push:
5
branches:
6
- main
7
+ - '*.*.x'
8
pull_request:
9
schedule:
- - cron: '0 0 * * *'
10
+ - cron: '0 0 * * 0'
11
12
jobs:
13
coding-standards:
14
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main
15
with:
- php: '8.1'
16
+ php: '8.2'
.github/workflows/node-tests.yml
@@ -1,6 +1,10 @@
1
name: Node Tests
2
3
on:
+ push:
+ branches:
+ - main
0 commit comments