Skip to content

Commit a1872b4

Browse files
committed
Activate workflows
1 parent a7a25e4 commit a1872b4

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
name: "CodeQL"
1313

1414
on:
15-
# push:
16-
# branches: [ main ]
15+
push:
16+
branches: [ main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ main ]

.github/workflows/test-3.11-alpha.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Test against RabbitMQ 3.11 alpha
33
on:
44
schedule:
55
- cron: '0 4 * * *'
6-
# push:
7-
# branches:
8-
# - main
6+
push:
7+
branches:
8+
- main
99
workflow_dispatch:
1010

1111
env:

.github/workflows/test-3.11-stable.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Test against RabbitMQ 3.11 stable
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
4+
push:
5+
branches:
6+
- main
77
workflow_dispatch:
88

99
env:

.github/workflows/test-3.12-alpha.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Test against RabbitMQ 3.12 alpha
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
4+
push:
5+
branches:
6+
- main
77
schedule:
88
- cron: '0 4 * * *'
99
workflow_dispatch:

0 commit comments

Comments
 (0)