Skip to content

Commit b3d0b3b

Browse files
committed
CI builds should run on tags also
1 parent e63fc67 commit b3d0b3b

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/workflows/build-addon-on-push.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
# Workflow to automatically create the Godot Meta Toolkit addon
22
name: Build on push
33

4-
on:
5-
push:
6-
branches:
7-
- main
8-
pull_request:
9-
branches:
10-
- '*'
4+
on: [push, pull_request]
115

126
env:
137
# Only used for the cache key. Increment version to force clean build.

.github/workflows/static_checks.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: 📊 Static Checks
22

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

115
jobs:
126
static-checks:

0 commit comments

Comments
 (0)