Skip to content

Commit

Permalink
ci: trigger github action workflow on main branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
Neonox31 committed Nov 29, 2023
1 parent e688f6c commit e1756aa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#on:
# push:
# tags-ignore:
# - '**'

on:
push:
tags-ignore:
- '**'
branches:
- main

jobs:
angular:
Expand Down

0 comments on commit e1756aa

Please sign in to comment.