Skip to content

Commit

Permalink
github-actions: use main (#30236)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 7, 2022
1 parent b49f904 commit cf349db
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-auditbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-auditbeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-filebeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-heartbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-heartbeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-metricbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-metricbeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-packetbeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-xpack-auditbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-xpack-auditbeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-xpack-filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-xpack-filebeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-xpack-functionbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-xpack-functionbeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-xpack-heartbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-xpack-heartbeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-xpack-metricbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-xpack-metricbeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-xpack-osquerybeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-xpack-osquerybeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-xpack-packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/macos-xpack-packetbeat.yml'
push:
branches:
- master
- main
- 7.1*
- 8.*

Expand Down

0 comments on commit cf349db

Please sign in to comment.