Skip to content

Commit

Permalink
chore: update workflow to run on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartui committed May 15, 2024
1 parent 08f0b66 commit 3d7c837
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@

name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Controls when the action will run. Triggers the workflow on every push
on: push

jobs:
run:
Expand Down

0 comments on commit 3d7c837

Please sign in to comment.