Only run actions when a push happens on the main branch
This commit is contained in:
parent
c721144bed
commit
6da8399e82
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue