Only build :latest on master pushes

This commit is contained in:
Nexus 2024-06-09 01:38:39 +01:00
parent 3d3487cedd
commit ea23b453f5
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -1,6 +1,9 @@
name: Build and Publish college-bot-v2 name: Build and Publish college-bot-v2
run-name: Build and Publish college-bot-v2 run-name: Build and Publish college-bot-v2
on: [push] on:
push:
branches:
- 'master'
jobs: jobs:
build_and_publish: build_and_publish: