Ver código fonte

chore: comments

Sv443 1 ano atrás
pai
commit
51e969ee54
2 arquivos alterados com 1 adições e 3 exclusões
  1. 0 1
      .github/workflows/codeql.yml
  2. 1 2
      .github/workflows/lint.yml

+ 0 - 1
.github/workflows/codeql.yml

@@ -4,7 +4,6 @@ on:
   push:
     branches: [main]
   pull_request:
-    # The branches below must be a subset of the branches above
     branches: [main]
   # schedule:
   #   - cron: '23 12 * * 4'

+ 1 - 2
.github/workflows/lint.yml

@@ -2,8 +2,7 @@ name: "Lint BetterYTM"
 
 on:
   pull_request:
-    # The branches below must be a subset of the branches above
-    branches: [main, develop] # runs on every push
+    branches: [main, develop]
 
 jobs:
   lint: