Skip to content

Commit c4f6ba3

Browse files
authored
Add triggers on push to main and pull_request to main (#24)
1 parent 8245d78 commit c4f6ba3

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

.github/workflows/lint.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Linting
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
39
jobs:
410
lint:
511
runs-on: ubuntu-latest

.github/workflows/test-neureka.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Test Neureka
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
39
jobs:
410
test-neureka:
511
runs-on: ubuntu-latest

.github/workflows/test-neureka_v2.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Test Neureka v2
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
39
jobs:
410
test-neureka-v2:
511
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)