Skip to content

Commit d8818bd

Browse files
committed
github action
1 parent e9a00f7 commit d8818bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Build and run on GitHub Actions
22

3-
on:
4-
push:
5-
branches: [ "**" ]
6-
73
jobs:
84
build:
95

@@ -14,6 +10,9 @@ jobs:
1410
with:
1511
submodules: true
1612

13+
- name: Fetch all tags
14+
run: git fetch --tags
15+
1716
- name: Install dependencies
1817
run: sudo apt-get update && sudo apt-get install -y libglib2.0-dev
1918

0 commit comments

Comments
 (0)