Skip to content

Commit 8891198

Browse files
authored
Merge pull request #18 from CExA-project/fix_ci_push
Reestablish build on push on main branch
2 parents 09a67af + 850f654 commit 8891198

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/courses.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
name: Generate courses PDF
77

88
on:
9-
pull_request:
9+
push:
1010
branches:
1111
- main
12+
pull_request:
1213
paths:
1314
- 'courses/**'
1415

.github/workflows/exercises.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
name: Test exercises
77

88
on:
9-
pull_request:
9+
push:
1010
branches:
1111
- main
12+
pull_request:
1213
paths:
1314
- 'exercises/**'
1415

1516
jobs:
16-
1717
build_test_exercises:
1818
runs-on: ubuntu-latest
1919
steps:

.github/workflows/projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
name: Test projects
77

88
on:
9-
pull_request:
9+
push:
1010
branches:
1111
- main
12+
pull_request:
1213
paths:
1314
- 'projects/**'
1415

1516
jobs:
16-
1717
build_test_projects:
1818
runs-on: ubuntu-latest
1919
steps:

0 commit comments

Comments
 (0)