Răsfoiți Sursa

Merge branch 'main' into feature/asn1+der

Nathan Fallet 3 ani în urmă
părinte
comite
d3d6085549
2 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 2 2
      .github/workflows/linux.yml
  2. 2 2
      .github/workflows/macos.yml

+ 2 - 2
.github/workflows/linux.yml

@@ -2,9 +2,9 @@ name: Linux
 
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
   pull_request:
-    branches: [ master ]
+    branches: [ main ]
 
 jobs:
   build:

+ 2 - 2
.github/workflows/macos.yml

@@ -2,9 +2,9 @@ name: macOS
 
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
   pull_request:
-    branches: [ master ]
+    branches: [ main ]
 
 env:
   DEVELOPER_DIR: /Applications/Xcode_12.2.app/Contents/Developer