Skip to content

Commit

Permalink
Merge pull request #629 from AntaresSimulatorTeam/test_merge_queue
Browse files Browse the repository at this point in the history
Add actions for merge queue
  • Loading branch information
JasonMarechal25 authored Mar 2, 2023
2 parents ee8f21e + b7c896a commit f219e75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_centos7.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Centos7 Build

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Ubuntu build

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Windows build

on:
merge_group:
push:
branches:
- main
Expand Down

0 comments on commit f219e75

Please sign in to comment.