Quellcode durchsuchen

Update python-app.yml

Karl0ss vor 1 Jahr
Ursprung
Commit
b840da151c
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      .github/workflows/python-app.yml

+ 4 - 4
.github/workflows/python-app.yml

@@ -6,10 +6,10 @@ name: Python application
 on:
   schedule:
     - cron:  '30 5,17 * * *'
-  # push:
-  #   branches: [ "main" ]
-  # pull_request:
-  #   branches: [ "main" ]
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
 
 permissions:
   contents: read