We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb987e commit 314ba01Copy full SHA for 314ba01
.github/workflows/pythonci.yml
@@ -1,10 +1,6 @@
1
name: Python CI
2
3
-on:
4
- push:
5
- branches: [ main, dev ]
6
- pull_request:
7
+on: [push, pull_request]
8
9
jobs:
10
backend:
.github/workflows/webapp_ci.yml
name: Webapp CI
frontend:
0 commit comments