Skip to content

Commit

Permalink
ci: use main branch for action
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jun 6, 2024
1 parent ad5271e commit 2f66b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- action
- main

env:
CI_PROJECT_PATH: vatger-nav/mapbuilder
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: 'vatger-nav'
description: 'Builder for GRPlugin and Topsky maps'
runs:
using: 'docker'
image: 'docker://ghcr.io/vatger-nav/mapbuilder:action'
image: 'docker://ghcr.io/vatger-nav/mapbuilder:main'
args:
- '--debug'
- '-s'
Expand Down

0 comments on commit 2f66b91

Please sign in to comment.