Skip to content

Commit e2979b8

Browse files
authored
Update ubuntu.yml
1 parent 344ec24 commit e2979b8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Ubuntu 22.04 Sanitized CI (GCC 11)
22

3-
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
branches:
9-
- master
3+
on: [push, pull_request]
104

115
jobs:
126
ubuntu-build:
@@ -23,4 +17,4 @@ jobs:
2317
mkdir build &&
2418
cd build &&
2519
cmake .. &&
26-
cmake --build .
20+
cmake --build .

0 commit comments

Comments
 (0)