We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63fc67 commit b3d0b3bCopy full SHA for b3d0b3b
.github/workflows/build-addon-on-push.yml
@@ -1,13 +1,7 @@
1
# Workflow to automatically create the Godot Meta Toolkit addon
2
name: Build on push
3
4
-on:
5
- push:
6
- branches:
7
- - main
8
- pull_request:
9
10
- - '*'
+on: [push, pull_request]
11
12
env:
13
# Only used for the cache key. Increment version to force clean build.
.github/workflows/static_checks.yml
@@ -1,12 +1,6 @@
name: 📊 Static Checks
jobs:
static-checks:
0 commit comments