mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Don't run GitHub actions on pull_request
This is already covered by push, so we can prevent running jobs twice.
This commit is contained in:
parent
c95049c407
commit
748941f7ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
on: [ push, pull_request ]
|
on: [ push ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue