mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix: don't run push-aur.yml
on pull requests (#4226)
This commit is contained in:
parent
bad32a7511
commit
34824957cf
1
.github/workflows/push-aur.yml
vendored
1
.github/workflows/push-aur.yml
vendored
|
@ -5,7 +5,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: build-archlinux-${{ github.ref }}
|
group: build-archlinux-${{ github.ref }}
|
||||||
|
|
Loading…
Reference in a new issue