浏览代码

fix for actions branch

Avik Datta 3 年之前
父节点
当前提交
58a77cc9f9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/python-app.yml

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

@@ -5,9 +5,9 @@ name: Python application
 
 on:
   push:
-    branches: [ main ]
+    branches: [ master ]
   pull_request:
-    branches: [ main ]
+    branches: [ master ]
 
 jobs:
   build: