mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-12 14:40:40 +00:00
Updating to only run on commits and pull requests to main
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -30,4 +28,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: AntiVPN
|
||||
path: Assembly/target/Assembly-*.jar
|
||||
path: Assembly/target/Assembly-*.jar
|
||||
|
||||
Reference in New Issue
Block a user