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 b7375ee commit 2aef431Copy full SHA for 2aef431
.github/workflows/lint.yml renamed to .github/workflows/linting.yml
@@ -1,9 +1,10 @@
1
name: Linting
2
on:
3
push:
4
- branches: [main]
+ branches: [main, develop]
5
pull_request:
6
7
+ workflow_dispatch:
8
9
jobs:
10
lint:
.github/workflows/test.yaml
@@ -1,6 +1,11 @@
name: Run tests
-on: deployment
+on:
+ push:
+ pull_request:
permissions:
11
contents: read
@@ -14,7 +19,6 @@ jobs:
14
19
name: Build image
15
20
runs-on: ubuntu-latest
16
21
timeout-minutes: 10
17
- if: github.action != 'github-classroom[bot]'
18
22
steps:
23
- uses: actions/checkout@v4
24
0 commit comments