Skip to content

Commit 2aef431

Browse files
ci: Update ci files.
1 parent b7375ee commit 2aef431

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/lint.yml renamed to .github/workflows/linting.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Linting
22
on:
33
push:
4-
branches: [main]
4+
branches: [main, develop]
55
pull_request:
6-
branches: [main]
6+
branches: [main, develop]
7+
workflow_dispatch:
78

89
jobs:
910
lint:

.github/workflows/test.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Run tests
22

3-
on: deployment
3+
on:
4+
push:
5+
branches: [main, develop]
6+
pull_request:
7+
branches: [main, develop]
8+
workflow_dispatch:
49

510
permissions:
611
contents: read
@@ -14,7 +19,6 @@ jobs:
1419
name: Build image
1520
runs-on: ubuntu-latest
1621
timeout-minutes: 10
17-
if: github.action != 'github-classroom[bot]'
1822
steps:
1923
- uses: actions/checkout@v4
2024

0 commit comments

Comments
 (0)