Skip to content

Commit

Permalink
autotag should work also on main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Sep 27, 2021
1 parent aea515b commit e848069
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Bump version
on:
push:
branches:
- master
branches: [master, main]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e848069

Please sign in to comment.