Skip to content

Commit f653814

Browse files
committed
TEMPORARY: workflow on simple push
1 parent 41b6310 commit f653814

3 files changed

Lines changed: 3 additions & 21 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22

33
name: CodeQL
44

5-
on:
6-
push:
7-
branches:
8-
- main
9-
pull_request:
10-
branches:
11-
- main
5+
on: push
126

137
permissions:
148
actions: read

.github/workflows/integration.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22

33
name: Integration
44

5-
on:
6-
push:
7-
branches:
8-
- main
9-
pull_request:
10-
branches:
11-
- main
5+
on: push
126

137
permissions:
148
contents: read

.github/workflows/lint-and-test.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22

33
name: Lint and Test
44

5-
on:
6-
push:
7-
branches:
8-
- main
9-
pull_request:
10-
branches:
11-
- main
5+
on: push
126

137
permissions:
148
contents: read

0 commit comments

Comments
 (0)