Skip to content

Commit 314ba01

Browse files
committed
Make CI run on all push/pull requests
1 parent abb987e commit 314ba01

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/pythonci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Python CI
22

3-
on:
4-
push:
5-
branches: [ main, dev ]
6-
pull_request:
7-
branches: [ main, dev ]
3+
on: [push, pull_request]
84

95
jobs:
106
backend:

.github/workflows/webapp_ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Webapp CI
22

3-
on:
4-
push:
5-
branches: [ main, dev ]
6-
pull_request:
7-
branches: [ main, dev ]
3+
on: [push, pull_request]
84

95
jobs:
106
frontend:

0 commit comments

Comments
 (0)