Browse Source

Change actions

Joseph Turian 3 years ago
parent
commit
e41f313fa3
2 changed files with 2 additions and 10 deletions
  1. 1 7
      .github/workflows/codeql-analysis.yml
  2. 1 3
      .github/workflows/lint.yml

+ 1 - 7
.github/workflows/codeql-analysis.yml

@@ -1,12 +1,6 @@
 name: "CodeQL"
 name: "CodeQL"
 
 
-on:
-  push:
-    branches: [ dev ]
-  pull_request:
-    branches: [ dev ]
-  schedule:
-    - cron: '43 1 * * 2'
+on: [push]
 
 
 jobs:
 jobs:
   analyze:
   analyze:

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

@@ -1,8 +1,6 @@
 name: Run linters
 name: Run linters
 
 
-on:
-  workflow_dispatch:
-  push:
+on: [push]
 
 
 env:
 env:
   MAX_LINE_LENGTH: 110
   MAX_LINE_LENGTH: 110