Parcourir la source

Update python-app.yml

Karl0ss il y a 1 an
Parent
commit
b840da151c
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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