Skip to content

Commit

Permalink
Trigger CI on push.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Oct 17, 2024
1 parent ca00cc1 commit d1e6001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
- workflow_dispatch
- push

jobs:
build-and-test:
Expand All @@ -20,7 +20,7 @@ jobs:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: '8.6'
version: '8.14'
- name: Build and test
run: |
export LINK_DIR=/usr/lib/x86_64-linux-gnu
Expand Down

0 comments on commit d1e6001

Please sign in to comment.