Skip to content

Commit 9fe38d6

Browse files
authored
Merge pull request #7 from GitGinocchio/GitGinocchio-patch-1
Git ginocchio patch 1
2 parents f2f84ee + 15f7d07 commit 9fe38d6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/bandit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
name: Bandit
1414
on:
15-
#push:
16-
#branches: [ "main" ]
17-
#pull_request:
18-
#branches: [ "main" ]
19-
schedule:
20-
- cron: '0 0 * * *'
15+
push:
16+
branches: [ "main" ]
17+
pull_request:
18+
branches: [ "main" ]
19+
#schedule:
20+
#- cron: '0 0 * * *'
2121

2222
jobs:
2323
bandit:

.github/workflows/codeql.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
name: "CodeQL Advanced"
1313

1414
on:
15-
#push:
16-
#branches: [ "main" ]
17-
#pull_request:
18-
#branches: [ "main" ]
19-
schedule:
20-
- cron: '0 0 * * *'
15+
push:
16+
branches: [ "main" ]
17+
pull_request:
18+
branches: [ "main" ]
19+
#schedule:
20+
#- cron: '0 0 * * *'
2121

2222
jobs:
2323
analyze:

0 commit comments

Comments
 (0)