Skip to content

Commit faa2e62

Browse files
committed
ci: simplify "on"
Jobs were only running when opening a pull request, not on subsequent pushes. There's also no need to exclude tags.
1 parent 6c2ebf4 commit faa2e62

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: CI
2-
on:
3-
pull_request:
4-
push:
5-
branches: ['**']
6-
tags-ignore: ['**']
2+
on: [push]
73

84
concurrency:
95
group: ${{ github.event_name != 'pull_request' && github.run_id || github.ref }}

0 commit comments

Comments
 (0)